https://github.com/al-ghaly/ciphertext-encryption-decryption
Encrypts and Decrypts text values to hide it's content for security purposes.
https://github.com/al-ghaly/ciphertext-encryption-decryption
decryption encryption python-script
Last synced: 9 months ago
JSON representation
Encrypts and Decrypts text values to hide it's content for security purposes.
- Host: GitHub
- URL: https://github.com/al-ghaly/ciphertext-encryption-decryption
- Owner: al-ghaly
- License: mit
- Created: 2023-05-28T15:45:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T09:26:58.000Z (about 3 years ago)
- Last Synced: 2025-06-01T14:00:48.081Z (about 1 year ago)
- Topics: decryption, encryption, python-script
- Language: Python
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ciphertext Encryption Decryption
### Encrypts and Decrypt text values to hide it's content for security purposes.
Sometimes we need to pass a message to a someone, but we don't need anyone besides the two of us to be able to read the message
This python code encrypts your message using a numeric key, and only your friend will be able to decrypt the message
> ##
Copy your text in the STORY.TXT file, run the Encrypt/Decrypt Python file, then your encrypted/decrypted text will be in the RESULTS.TXT file.