Created
July 16, 2018 22:58
-
-
Save halfnibble/aa21419dbc54ca698f88d1011835673a to your computer and use it in GitHub Desktop.
Secret decoding in JavaScript
This file contains 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
// Caesar cipher +2 | |
var encoded_caesar = "vjg"tckp"kp"urckp"hcnnu"ockpn{"qp"vjg"rnckp"; | |
// Divisible by 2: +1, Divisible by 3: +3, Divisible by both: -1 | |
var fancy_cipher = "shf#ne`njqh nf!ojfd jv!41"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment