Skip to content

cursorhigh/rsa-encryptor

Repository files navigation

RSA Encryptor/decryptor

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.

🚀 Features

  • 🔐 RSA Encryption & Decryption
  • 📜 Secure Key Generation
  • 📡 Fast and Efficient Processing
  • 🎨 Modern UI with Next.js
  • 📌 Optimized for Performance

📂 Project Structure

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

🛠️ Installation & Setup

  1. Clone the repository:

    git clone https://github.com/cursorhigh/rsa-encryptor.git
    cd rsa-frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open in browser:

    http://localhost:3000
    

📜 License

This project is open-source and available under the MIT License.


❤️ Made with Dedication by

Swadhin & Aaryan
🚀 Committed to Secure Communications