Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/musobarlab/rsax
- Owner: musobarlab
- Created: 2022-04-18T04:58:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T04:59:46.000Z (over 2 years ago)
- Last Synced: 2024-11-09T04:32:05.897Z (2 months ago)
- Language: Go
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)