An open API service indexing awesome lists of open source software.

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.

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.