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.