https://github.com/healeycodes/hidden-in-apostrophes
A tutorial on tricking Google: encoding messages in apostrophes
https://github.com/healeycodes/hidden-in-apostrophes
apostrophe encoding
Last synced: 7 months ago
JSON representation
A tutorial on tricking Google: encoding messages in apostrophes
- Host: GitHub
- URL: https://github.com/healeycodes/hidden-in-apostrophes
- Owner: healeycodes
- License: mit
- Created: 2019-06-17T17:54:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T20:35:44.000Z (over 6 years ago)
- Last Synced: 2024-10-05T17:42:58.230Z (about 1 year ago)
- Topics: apostrophe, encoding
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Hidden in Apostrophes
A small program that encode codes and decodes messages using Morse code and apostrophes within a source text.
This is my guess at how Genius encoded _Red Handed_ in their lyrics using different types of apostrophes.
If we encode `cat` (which becomes `-.-..--`) in the following source text:
### `Hello '' World, '' no '' secrets ' here!`
we get:
### `Hello ’' World, ’' no '’ secrets ’ here!`
Pretty cool if you ask me.