A simple message cipher app created with React. Input a message and a password, get an encrypted message. Input the encrypted message and correct password, get the decrypted message.
- Type in your message.
- Type in a numerical password. (From 0 to 100,000,000)
- Click Encrypt.
- Get your encrypted message from the textbox.
- Type in your encrypted message.
- Type in the numerical password. (From 0 to 100,000,000)
- Click Decrypt.
- Get your decrypted message from the textbox.
I want to thank the people in WebDev's Discord server for helping me create my first app!