Send secret messages with your friends! Cipher Sender is free, ad-free, and open source.
Get it free on the iOS App Store
Cipher Sender includes some of the most popular ciphers and codes from throughout history including:
- A1Z26 Cipher
- Atbash Cipher
- Caesar Shift Cipher
- Keyboard Shift Cipher
- Monoalphabetic Substitution
- Morse Code
- Rail Fence Cipher
- ROT13
- Vigenere Cipher
Cipher inputs and outputs are currently limited to ASCII characters.
- Add a new subclass of
KeyedCipher
,KeylessCipher
, orAbstractCipher
, undercipher-sender/model/ciphers
- Add your new cipher to
CipherFactory.m
- Add unit tests for your new cipher to
cipher_sender_unit_tests.m