Kcryption is a sleek, secure desktop application built with Python and Tkinter that allows users to encrypt and decrypt files using a password-based key. Perfect for local file protection and learning basic encryption.
- π Browse files with a modern UI
- π Encrypt files using a password-derived key (with Fernet)
- π Decrypt files back to original content
- π» Clean, dark-themed interface
- π§ Built with
tkinter,cryptography, and Python 3
Install the required package: pip install -r requirements.txt