This Python app provides a utility to encrypt and decrypt text-based files securely using a password-based encryption mechanism. It consists leveraging PBKDF2-HMAC (password based key derivation function,Hash Message Authentication Code) and Fernet encryption schemes.
install cryptography library, pyca/cryptography : python cryptography run pip install cryptography
run python app.py file_to_encrypt.txt password
run python app.py encrypted_file.txt password