Skip to content

linhe0x0/koa-crypto-exchange

Repository files navigation

koa-crypto-exchange

A exchange middleware based on RSA.

How to generate key file with openssl:

# Gen private key:
openssl genrsa -out app_private_key.pem 1024

# Gen public key:
openssl rsa -in app_private_key.pem -pubout -out app_public_key.pem

sqrtthree.com  ·  GitHub @sqrthree  ·  Twitter @sqrtthree

About

A exchange middleware based on RSA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published