You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Encrypts and Decrypts text values to hide it's content for security purposes.