tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
747 stars 266 forks source link

Add support for RSA Keys #293

Closed vrnagy closed 1 year ago

vrnagy commented 1 year ago

This PR will add support for RSA keys. The web implementation is based on the MDN KPCS8.

I've verified the node and browser result with the following command: 'echo -n 'TESTSTRING' | openssl dgst -sha256 -sign ./private_key.pem | openssl enc -base64 -A'

Closes #284