Hey there! Welcome to Safe Cipher, the coolest little encryption and decryption app on the web! 🤖
Safe Cipher is a fun side project I built with React. It's a super simple app that lets you play around with encrypting and decrypting messages. Whether you want to keep your secrets safe or just want to see how encryption works, this is the place to be!
- Easy Encryption: Type in a message, click the "Encrypt" button, and watch the magic happen.
- Decryption Fun: Got an encrypted message? Paste it in and click "Decrypt" to reveal the original text.
- User-Friendly: It's designed to be simple and intuitive. No fancy stuff!
- Clone this Repository: Just Clone the repo.
- Install Dependencies: Run
pnpm install
ornpm install
- Fire it Up: Start the app with
pnpm run dev
ornpm run dev