module

Amber::Support::FileEncryptor

Class methods

encryption_key(file = FILE_PATH)
Source
read(filename : String, encryption_key = self.encryption_key)
Source
read_as_string(filename, encryption_key = self.encryption_key)
Source
write(filename : String, body : String | Bytes, encryption_key = self.encryption_key)
Source