A secure and efficient RSA encryption tool built using Next.js and TypeScript. This project enables users to encrypt and decrypt messages using the RSA algorithm, ensuring data security and confidentiality.
- 🔐 RSA Encryption & Decryption
- 📜 Secure Key Generation
- 📡 Fast and Efficient Processing
- 🎨 Modern UI with Next.js
- 📌 Optimized for Performance
rsa-frontend/
│-- src/ # Source code (components, pages, utils)
│-- public/ # Static assets
│-- node_modules/ # Dependencies
│-- .next/ # Next.js build output
│-- package.json # Dependencies and scripts
│-- tsconfig.json # TypeScript configuration
│-- next.config.ts # Next.js configuration
│-- README.md # Project documentation
-
Clone the repository:
git clone https://github.com/cursorhigh/rsa-encryptor.git cd rsa-frontend
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open in browser:
http://localhost:3000
This project is open-source and available under the MIT License.