class ROTP::Base32
def random(byte_length = 20)
def random(byte_length = 20) rand_bytes = SecureRandom.random_bytes(byte_length) self.encode(rand_bytes) end
def random(byte_length = 20) rand_bytes = SecureRandom.random_bytes(byte_length) self.encode(rand_bytes) end