Skip to content

Commit

Permalink
GitBook: [master] 413 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Dec 20, 2020
1 parent fc46846 commit fa7097b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crypto/crypto-ctfs-tricks.md
Original file line number Diff line number Diff line change
@@ -164,6 +164,14 @@ Letter to num `(ax+b)%26` \(_a_ and _b_ are the keys and _x_ is the letter\) and
krodfdudfrod
```

### SMS Code

**Multitap** [replaces a letter](https://www.dcode.fr/word-letter-change) by repeated digits defined by the corresponding key code on a mobile [phone keypad](https://www.dcode.fr/phone-keypad-cipher) \(This mode is used when writing SMS\).
For example: 2=A, 22=B, 222=C, 3=D...
You can identify this code because you will see **several numbers repeated**.

You can decode this code in: [https://www.dcode.fr/multitap-abc-cipher](https://www.dcode.fr/multitap-abc-cipher)

### Bacon Code

Substitude each letter for 4 As or Bs \(or 1s and 0s\)

0 comments on commit fa7097b

Please sign in to comment.