This website requires JavaScript.
Explore
Help
Sign In
suzanne.soy
/
fork-openpgpjs
Watch
1
Star
0
Fork
0
You've already forked fork-openpgpjs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9a06ca2eb3
fork-openpgpjs
/
src
/
crypto
History
Tankred Hase
bc5eb03ccd
Add var declaration to des.js and use strict mode
2016-01-24 19:55:20 +07:00
..
cipher
Add var declaration to des.js and use strict mode
2016-01-24 19:55:20 +07:00
hash
Apply mixed code review thanks to webstorm inspector
2016-01-07 14:46:55 +01:00
public_key
Replace check for detecting that an object is a promise
2016-01-07 18:28:40 +01:00
cfb.js
Optimized memory footprint for encrypting and decrypting
2015-06-10 21:12:55 +02:00
crypto.js
Refactor keygen to use promises (Work in progress)
2014-10-01 13:13:09 +02:00
index.js
Fix all the lint noise, mostly semicolons, duplicate var definitions and ==0
2014-01-02 12:24:10 -08:00
pkcs1.js
Upgrade license to LGPL version 3.0 or later.
2014-09-30 18:16:58 +02:00
random.js
Need to use compareTo when comparing BigIntegers, otherwise get a string comparison with lexical order
2015-02-08 21:20:07 -08:00
signature.js
OP-01-026 Errors in EMSA-PKCS1-v1_5 decoding routine (High) and OP-01-018 Suggested improvement in RSA signature verification (Low). Do RSA signature verification as described in RFC 3447 Section 8.2.2. Remove pkcs1.emsa.decode(). Rewrite pkcs1.emsa.encode(). Hash algorithms: throw exception on error condition.
2014-03-26 18:04:58 +01:00