https://github.com/mehmetkahya0/crypter
Crypter is a Text Encrypter&Decrypter program
https://github.com/mehmetkahya0/crypter
decryption decryption-algorithm encryption encryption-decryption gui gui-application python tkinter
Last synced: 2 months ago
JSON representation
Crypter is a Text Encrypter&Decrypter program
- Host: GitHub
- URL: https://github.com/mehmetkahya0/crypter
- Owner: mehmetkahya0
- License: apache-2.0
- Created: 2024-04-04T19:54:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:59:49.000Z (about 1 year ago)
- Last Synced: 2024-04-05T20:53:26.374Z (about 1 year ago)
- Topics: decryption, decryption-algorithm, encryption, encryption-decryption, gui, gui-application, python, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypter
Crypter is a simple encryption and decryption tool built using Python Tkinter.
## Features
- Encrypt text using a specified key
- Decrypt encrypted text using the same key
- Supports both symmetric encryption (AES) and asymmetric encryption (RSA)## GUI
