Expand description
Chargo library
Modules
Chargo errors
Functions
Decrypts data with the specified password
pwd
- password
reader
- buf readerDecrypts provided file with the specified password
pwd
- password
file_path
- file to decrypt
output_path
- option file to write a resultEncrypts provided bytes with the specified password
pwd
- password
data
- vec with data bytesEncrypts provided file with the specified password
pwd
- password
file_path
- file to encrypt
output_path
- option file to write a result