This is a Caesar Cipher text encryption and decryption application built with Next.js, TypeScript, Tailwind CSS, and Sass. It allows users to encrypt and decrypt text using a specified key.
- Encrypt plaintext using a key to generate cipher text.
- Decrypt cipher text using the correct key to reveal the original plaintext.
- Simple and intuitive user interface with responsive design.
- Custom styling with Tailwind CSS and Sass.
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/caesar-cipher.git cd caesar-cipher