node-rsa icon indicating copy to clipboard operation
node-rsa copied to clipboard

OpenSSL RSA library for nodejs

Results 5 node-rsa issues
Sort by recently updated
recently updated
newest added

I just added in the package.json the support for node 0.8, as it seems to work fine with that version of node as well

Hi, could anyone please tell me how to get the rsaBinding? it's window OS, thanks

Hi thanks for this package it works perfectly on linux, however when i tried it on my macbook with snow leopard i keep getting this error when requiring the rsa...

bash-3.2$ node > require('rsaBinding') > { RsaKeypair: [Function: RsaKeypair] } > require('rsaBinding').RsaKeypair() > Assertion failed: (handle->InternalFieldCount() > 0), function Wrap, file ../src/node_object_wrap.h, line 62. > Abort trap: 6 bash-3.2$ node...

Would be awesome as i'm stuck on this on a project (using PHP on the server side). PHP : http://php.net/manual/en/function.openssl-public-encrypt.php Tried to manually replace occurrences of OPENSSL_PKCS1_PADDING with it. But...