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

Actual ciphers #11

Closed mdave16 closed 4 years ago

mdave16 commented 4 years ago

Problem

I want to actually do some cryptography

Solution

Implement a substitution cipher

Additional Comments

Many typos were made when coding this, also could do with a style guide or format? Could also definitely be refactored, probably will when you add the next one.

Learned from https://en.wikipedia.org/wiki/Substitution_cipher