Created
January 3, 2015 20:01
-
-
Save dinsaw/2b8c7fe51b89f0886e56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initialized bit = 10 | |
encrypt: subtraction | |
encrypt: multiplication | |
Encrypted bit = 16 | |
decrypt: divide | |
decrypt: addition | |
Decrypted bit = 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment