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

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.

Awesome Lists containing this project

README

          

The logo of RSA GUI

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

![Screenshot on Windows (Light mode)](./assets/screenshot-win32-light.png)

![Screenshot on Windows (Dark mode)](./assets/screenshot-win32-dark.png)

![Screenshot on macOS (Light mode)](./assets/screenshot-darwin-light.png)

![Screenshot on macOS (Dark mode)](./assets/screenshot-darwin-dark.png)