An encrypted text editor that allows users to securely create, edit, and save text files with encryption. Files are saved with the custom extension .awraxin
(can be changed) and can only be opened by the editor with the correct password.
- Password-Based Encryption: Files are encrypted using a user-provided password.
- Custom File Extension: Files are saved with the
.awraxin
extension, making them exclusive to this editor. - Modern UI: A sleek interface built with PyQt6 for a smooth user experience.
- Cross-Platform: Works on Windows, macOS, and Linux.
- Clone this repository:
git clone https://github.com/WakifRajin/Encrypted-Text-Editor.git cd Encrypted-Text-Editor
- Install the required dependencies:
pip install -r requirements.txt