JC Bailey
JC Bailey
Vehicle reporting.
The #67 commit was a fix to an improper access of parameter from the initiated `RSASSA_PKCS1_v1_5` class object, so this fix is working as intended. In terms of api call,...
This appears to be the same problem as outlined in #22 , we are looking into it.
Main problem we identified was node's crypto library uses openssl to sign data, which results DER encoded openssl signatures which intrinsically contains metadata. What we will need to do is...
After `rsa-oaep`'s implementation, there were several hashing algorithms omitted from the encryption and decryption function calls due to a lack of support from node. The only supported hash is `sha-1`,...