Crate chargo

Source
Expand description

Chargo library

Modules§

error
Chargo errors

Functions§

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