encryptify-lib 1.0.4

A library for encrypting and decrypting files and folders using AES-256 bit encryption.
Documentation
1
2
3
4
5
mod encryptor_decryptor;
mod zipper;

pub use encryptor_decryptor::{decrypt_file, decrypt_folder, encrypt_file, encrypt_folder};
pub use zipper::zip_folder;