mdave16 / cryptography

learning about cryptography made me want to create a small React App which can encrypt and decrypt using various cyphers
https://mdave16.github.io/cryptography
0 stars 0 forks source link

ROT13 #32

Open mdave16 opened 3 years ago

mdave16 commented 3 years ago

The Caesar_cipher is a special case of the substitution cipher. #29 The ROT13 is a special case of the Caesar_cipher. Perhaps it could also have it's own page?