Crate chargo

source ·
Expand description

Chargo library

Modules

Chargo errors

Functions

Decrypts data with the specified password pwd - password reader - buf reader
Decrypts provided file with the specified password pwd - password file_path - file to decrypt output_path - option file to write a result
Encrypts provided bytes with the specified password pwd - password data - vec with data bytes
Encrypts provided file with the specified password pwd - password file_path - file to encrypt output_path - option file to write a result