Anthony Attwood

Results 2 comments of Anthony Attwood

I hit this same problem yesterday. Tried to build a project under java 7, it pulled in guava-retrying 2.0.0, which in turned pulled in the latest guava 21.0-RC2. The build...

[encryptEngines/io.js#L35-L36](https://github.com/rzcoder/node-rsa/blob/e7e7f7d2942a3bac1d2e132a881e5a3aceda10a1/src/encryptEngines/io.js#L35-L36) should pass the OAEP label and hash function to `crypto.publicEncrypt()` here. ``` return crypto.publicEncrypt({ key: options.rsaUtils.exportKey('public'), padding: padding //