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.
- Host: GitHub
- URL: https://github.com/richardbmk/secretmessage
- Owner: Richardbmk
- Created: 2020-09-28T18:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T08:47:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T17:49:47.787Z (about 1 year ago)
- Topics: base64-encoding, encryption-algorithms, js, vercel
- Language: HTML
- Homepage: https://secretmessage-lake.vercel.app
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

Step2:

Step3:

##### 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/).