This software is provided in an "As Is" state. ABSOLUTELY NO WARRANTY IS PROVIDED. Learn More.
Just a simple solution for encrypting files (AES) with a basic password, and storing them locally.
- Encrypt entire files using a password that a key is then derived from.
- Decrypt these files by using the same password.
- Encrypt & Decrypt strings (super basic secret messages).
- Password Library (Stored in an automatically encrypted SQLite Database. Accessed theough "Save" and "Open" Password buttons).
- Context Menu (Adds "SEP" button to Windows right-click context menu to encrypt/decrypt files).
- Secure with MFA (Authenticator) apps using a private key (secret).
Click the green "Code" button near the top of the webpage, and choose "Download ZIP", then extract the file by right-clicking and choosing "Extract".
Navigate to the sep\bin\debug, then open "sep.exe", and use the program.