An open API service indexing awesome lists of open source software.

https://github.com/thinkphp/react-rsa-text-encryptor

An application that encrypts and decrypts text using the RSA algorithm rely on React
https://github.com/thinkphp/react-rsa-text-encryptor

decryption encryption euclidean-algorithm inverse modular react rsa-cryptography

Last synced: 4 months ago
JSON representation

An application that encrypts and decrypts text using the RSA algorithm rely on React

Awesome Lists containing this project

README

        

# RSA Text Encryptor

A simple **React application** that encrypts and decrypts text using the **RSA algorithm**.

## 🔥 Features
- **Encrypts** text using RSA public key.
- **Decrypts** text using RSA private key.
- Uses **fancy UI styling** with gradients and modern buttons.

## 📌 Technologies Used
- React.js
- JavaScript (ES6+)
- CSS3 (with modern styling)

## 🚀 Installation

### 1️⃣ Clone the Repository
```sh
git clone https://github.com/thinkphp/rsa-text-encryptor.git
cd rsa-text-encryptor
```

### 2️⃣ Install Dependencies
```sh
npm install
```

### 3️⃣ Run the App
```sh
npm start
```

## 🛠 How It Works
1. Enter text in the input field.
2. Click the **Encrypt** button to encrypt the text.
3. Click the **Decrypt** button to decrypt the text.

## 📜 License
This project is **open-source** under the MIT License.

## ✨ Author
Developed by **Adrian Statescu**. Reach out on [LinkedIn](https://linkedin.com/in/statescuadrian)!