Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prasannavenkadesh/secret
Python script to encode and decode messages simply. For learning purpose and very simple.
https://github.com/prasannavenkadesh/secret
Last synced: 22 days ago
JSON representation
Python script to encode and decode messages simply. For learning purpose and very simple.
- Host: GitHub
- URL: https://github.com/prasannavenkadesh/secret
- Owner: PrasannaVenkadesh
- Created: 2012-11-16T16:11:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-27T16:02:39.000Z (about 12 years ago)
- Last Synced: 2024-11-12T10:09:31.887Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage :
--------* Download the 'secret' python script to your system from [here](https://github.com/downloads/PrasannaVenkadesh/Secret/secret.py "Download Secret.py")
* Open your terminal and navigate to the folder where you downloaded this file.
Eg:- cd ~/Downloads/* python secret.py "You can read this"
The above will produce a sequence of numbers with *'s and -'s.
* Now copy the output of the above and do like this
python secret.py "PASTE_THE_COPIED_SEQUENCE"* The above will get back the original text.
Written just for fun. You can share secret messages with your friends in Public, leaving others in confusion, Try updating your Fb Status :-) .
Note:-
------You can actually customize the secret code as your wish.
How ?
---
Actually, if you open the 'secret' python file using your favourite text editor, you can find each alphabets are assigned numbers.
Now you can change the numbers for each alphabets as you wish and send the modified file to your friend too. So you both only will know the secret codes to reveal the message. Have fun!