This website requires JavaScript.
Explore
Help
Sign In
Mirroristas
/
openpgpjs
Watch
2
Star
0
Fork
0
You've already forked openpgpjs
mirror of
https://github.com/openpgpjs/openpgpjs.git
synced
2026-03-19 06:39:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c2f987f9d77c46178d6d2c2c59c13534abcf763
openpgpjs
/
src
/
ciphers
History
Tankred Hase
1f7a503fb1
refactored sha.js internally with module pattern so that it does not require a reference to the window object... external api stays the same
2012-04-06 19:42:44 +08:00
..
asymmetric
Changes for key generation. Basic RSA key generation now seems fully functional within the openpgp.js, but experiencing an issue interfacing with gpg.
2012-01-29 16:58:11 -05:00
hash
refactored sha.js internally with module pattern so that it does not require a reference to the window object... external api stays the same
2012-04-06 19:42:44 +08:00
symmetric
- removing executable flag from files
2011-12-09 18:29:47 +01:00
openpgp.cfb.js
Changes to key generation to allow for creation of keys with passphrase. uses s2k type 3: salt+iter when a passphrase is provided.
2012-03-01 23:40:16 -05:00
openpgp.crypto.js
modularized symmetric crypto code into its own js file, since openpgp.crypto.js accesses the window and document objects
2012-04-06 17:35:13 +08:00
openpgp.crypto.sym.js
modularized symmetric crypto code into its own js file, since openpgp.crypto.js accesses the window and document objects
2012-04-06 17:35:13 +08:00