Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 375 Bytes

rsaX

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

Building and Running

$ make build
$ ./webapp
webapp running on port :8999

With custom port

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

Screenshot