module Amber::Support::FileEncryptor
Defined in:
amber/support/file_encryptor.crClass Method Summary
- .encryption_key(file = FILE_PATH)
- .read(filename : String, encryption_key = self.encryption_key)
- .read_as_string(filename, encryption_key = self.encryption_key)
- .write(filename : String, body : String | Bytes, encryption_key = self.encryption_key)