Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/musobarlab/rsax

Small Web application that helps you to generate RSA Private dan Public Key
https://github.com/musobarlab/rsax

Last synced: 8 days ago
JSON representation

Small Web application that helps you to generate RSA Private dan Public Key

Awesome Lists containing this project

README

        

### rsaX

Small Web application that helps you to generate `RSA Private dan Public Key`

#### Building and Running

```shell
$ make build
```

```shell
$ ./webapp
webapp running on port :8999
```

With custom `port`

```shell
$ HTTP_PORT=9001 ./webapp
webapp running on port :9001
```

### Screenshot
[](https://github.com/wuriyanto48)