https://github.com/wadhia-bhavesh/pycrypt
PyCrypt is a cryptography application implemented in Python using PyQt for the graphical user interface. The application is designed to convert plain text into secure encrypted messages. It supports various encryption techniques, including Caesar Cipher, Fernet Symmetric Key, and Asymmetric Key Encryption.
https://github.com/wadhia-bhavesh/pycrypt
asymmetric-cryptography ceasar-cipher fernet-cryptography pyqt5 python symmetric-key-cryptography
Last synced: about 2 months ago
JSON representation
PyCrypt is a cryptography application implemented in Python using PyQt for the graphical user interface. The application is designed to convert plain text into secure encrypted messages. It supports various encryption techniques, including Caesar Cipher, Fernet Symmetric Key, and Asymmetric Key Encryption.
- Host: GitHub
- URL: https://github.com/wadhia-bhavesh/pycrypt
- Owner: wadhia-bhavesh
- Created: 2024-01-23T15:45:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T15:49:12.000Z (over 2 years ago)
- Last Synced: 2024-12-27T08:31:19.511Z (over 1 year ago)
- Topics: asymmetric-cryptography, ceasar-cipher, fernet-cryptography, pyqt5, python, symmetric-key-cryptography
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCrypt (Python Cryptography)