https://github.com/mrwillcom/rsa-gui
The GUI for RSA CLI.
https://github.com/mrwillcom/rsa-gui
decryption electron encryption gui nodejs rsa
Last synced: about 2 months ago
JSON representation
The GUI for RSA CLI.
- Host: GitHub
- URL: https://github.com/mrwillcom/rsa-gui
- Owner: MrWillCom
- License: mit
- Created: 2021-08-05T13:51:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T07:41:22.000Z (over 4 years ago)
- Last Synced: 2025-09-19T18:32:14.612Z (9 months ago)
- Topics: decryption, electron, encryption, gui, nodejs, rsa
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

RSA GUI
The GUI for RSA CLI.
## Installation
Download installer from [Releases](https://github.com/MrWillCom/rsa-gui/releases). And follow the instructions in the installers to install RSA GUI.
Plus, we recommend you to install [RSA CLI](https://github.com/MrWillCom/rsa-cli) for more advanced configurations.
If you didn't find the right installer, check [Development](#development) to build one.
## Development
1. Install dependencies:
```sh
$ yarn install
```
2. Build source code:
```sh
$ yarn run build
```
3. Launch the app:
```sh
$ yarn start
```
4. Build installer for this app:
```sh
$ yarn run dist
```
## Key Features
- Instant en/decryption preview.
- Dynamic native-like UI on Windows & macOS.
- ...
## Preview



