module AES

Defined in:

shamir.cr

Class Method Summary

Class Method Detail

def self.decrypt(in_file, out_file, password) #

Dencrypts in_file using password and outputs to out_file


[View source]
def self.encrypt(in_file, out_file) #

Encrypts in_file using AES-256 and outputs to out_file Returns the password used to encrypt the file


[View source]