https://github.com/jackchatelain/secretmsgs
Simple GTK app for text encryption & decryption
https://github.com/jackchatelain/secretmsgs
fernet gtk gtk4 linux-app pygobject python
Last synced: 7 months ago
JSON representation
Simple GTK app for text encryption & decryption
- Host: GitHub
- URL: https://github.com/jackchatelain/secretmsgs
- Owner: jackchatelain
- License: bsd-2-clause
- Created: 2024-11-09T05:08:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:00:15.000Z (over 1 year ago)
- Last Synced: 2025-03-13T18:12:35.135Z (about 1 year ago)
- Topics: fernet, gtk, gtk4, linux-app, pygobject, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secret Messages
A simple app for encrypting and decrypting text with the specified key.
Built with:
- Python
- GTK4
- Fernet
- pyinstaller
Currently binaries are only available for Linux, but you can run app.py manually on any platform.