An open API service indexing awesome lists of open source software.

https://github.com/richardbmk/secretmessage

An application to share secret message. App.
https://github.com/richardbmk/secretmessage

base64-encoding encryption-algorithms js vercel

Last synced: 11 months ago
JSON representation

An application to share secret message. App.

Awesome Lists containing this project

README

          

# Secret Message with JS

An application to share secret message. [App](https://secretmessage-lake.vercel.app/).

Yo just have to share a link to share the secret message to you friend...

Step1:
![](secret.JPG)

Step2:
![](link.JPG)

Step3:
![](secret_decoded.JPG)

##### In this project I learn about:
* Encrypting information with Base64 and ASCII
* Use atob() and btoa() Methods.
* Materialize CSS
* Host the project on Vercel

Check the simple app clicking [here](https://secretmessage-lake.vercel.app/).