Skip to content

Latest commit

Β 

History

History
59 lines (44 loc) Β· 1.47 KB

README.md

File metadata and controls

59 lines (44 loc) Β· 1.47 KB

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