module AES
Defined in:
shamir.crClass Method Summary
-
.decrypt(in_file, out_file, password)
Dencrypts
in_file
usingpassword
and outputs toout_file
-
.encrypt(in_file, out_file)
Encrypts
in_file
using AES-256 and outputs toout_file
Returns the password used to encrypt the file
Class Method Detail
def self.decrypt(in_file, out_file, password)
#
Dencrypts in_file
using password
and outputs to out_file
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