publicEncrypt icon indicating copy to clipboard operation
publicEncrypt copied to clipboard

publicEncrypt/privateDecrypt for browserify

Results 4 publicEncrypt issues
Sort by recently updated
recently updated
newest added

Add the following codes in test ```js t.equals(myEnc.length, nodeEnc.length, 'my public encrypted length node public encrypted length') ``` and find the bug. I think the results should have the same...

Supersedes #8 and fixes #7. Just npm ignores `test/` folder. They usually shouldn't be published to NPM.

I've found you are always prevent to use `for loop` but `for loop` is better than `while loop` in case of determined loop steps. It's more reliable. E.g: ``` function...