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
- Host: GitHub
- URL: https://github.com/thinkphp/react-rsa-text-encryptor
- Owner: thinkphp
- Created: 2025-02-14T12:07:49.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T12:15:11.000Z (4 months ago)
- Last Synced: 2025-02-14T13:25:46.402Z (4 months ago)
- Topics: decryption, encryption, euclidean-algorithm, inverse, modular, react, rsa-cryptography
- Language: JavaScript
- Homepage: https://thinkphp.github.io/react-rsa-text-encryptor/
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)!