You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,13 +210,12 @@ Questions, comments, bug reports, and pull requests are all welcome.
210
210
## Changelog
211
211
212
212
### 0.2.22
213
-
*Native support for `encryptPrivate` and `decryptPublic`in io.js caused error in linux and was removed.
213
+
*`encryptPrivate` and `decryptPublic`now using only pkcs1 (type 1) padding.
214
214
215
215
### 0.2.20
216
216
* Added `.encryptPrivate()` and `.decryptPublic()` methods.
217
217
* Encrypt/decrypt methods in nodejs 0.12.x and io.js using native implementation (> 40x speed boost).
218
218
* Fixed some regex issue causing catastrophic backtracking.
219
-
**KNOWN ISSUE*: `encryptPrivate` and `decryptPublic` don't have native implementation in nodejs and can't be use in native implementation with pkcs1_oaep padding in io.js.
220
219
221
220
### 0.2.10
222
221
***Methods `.exportPrivate()` and `.exportPublic()` was replaced by `.exportKey([format])`.**
0 commit comments