class Persister

Defined in:

persister.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_name : String) #

[View source]

Instance Method Detail

def aes_decrypt(byte_string, key) #

[View source]
def aes_encrypt(data, key) #

[View source]
def encrypted_list(hash) #

[View source]
def file_name : String #

[View source]
def persist(q_and_a_hash) #

[View source]
def private_key : String #

[View source]
def private_key=(private_key : String) #

[View source]
def read_answer(file, question) #

[View source]