Create and share your secret messages with your friends! 😉
Disclaimer: This project is created for recreational purposes, offering end-to-end encrypted messaging. Please be aware that the security of your messages depends on the strength of your chosen password. This project is intended for fun and should not be used for transmitting sensitive information. The encryption process ensures that only users with the correct password can decrypt and view the original content. By using this platform, you acknowledge that the creators are not liable for any loss of data or unauthorized access to messages. Users are encouraged to use this service responsibly and enjoy the unique and entertaining experience it provides.
How to use? As we first see, we have 2 options as Encrypt and Decrypt.
Let's talk about Encrypt!
Encrypt route contain 2 fields
- Your Secret Message
- Your Sharable Password
First you have to enter your secret message to your friend and enter password which has to be shared with the friend so he/she can decrypt it to see the actual secret message!
After generating secret message you'll get a code that has to be shared with your friend including password to unlock it.
Now, let's talk about Decrypt. Here are, fields like code and password! The shared code must me enter and the same shared password. After clicking decrypt button you'll find your actual secret message that your friend want's to send you.
Frontend: NextJs, Tailwind CSS Hosting: Vercel.com
Clone the project
git clone https://github.com/0mkarBhosale07/keep-it-secret.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
All the contributions are accepted! 😊