Expand description
Chargo library
Modules§
- error
- Chargo errors
Functions§
- decrypt
- Decrypts data with the specified password
pwd- passwordreader- buf reader - decrypt_
from_ file - Decrypts provided file with the specified password
pwd- path to a file with a passwordfile_path- file to decryptoutput_path- option file to write a result - encrypt
- Encrypts provided bytes with the specified password
pwd- passworddata- vec with data bytes - encrypt_
to_ file - Encrypts provided file with the specified password
pwd- path to a file with a passwordfile_path- file to encryptoutput_path- option file to write a result