Bitcoin Forum

Other => Beginners & Help => Topic started by: turnstyle on October 29, 2011, 09:00:04 PM



Title: PGP/GPG in JavaScript?
Post by: turnstyle on October 29, 2011, 09:00:04 PM
Anyone know of a website with a JavaScript version of pgp? Trying to see how to use GPG on iPad for free. Any ideas would be welcome. Thanks!


Title: Re: PGP/GPG in JavaScript?
Post by: terrytibbs on October 29, 2011, 09:08:29 PM
http://lmgtfy.com/?q=javascript+pgp+implementation


Title: Re: PGP/GPG in JavaScript?
Post by: turnstyle on October 29, 2011, 09:12:48 PM
Actually this website looks pretty useful:

http://bitwiseshiftleft.github.com/sjcl/demo/

Darn, doesn't have symmetric key encryption though. Can take the lib though and make a page using it I guess since it has symmetric key support in it, just needs a gui. Just want to know if someone is already hosting a site that does this.


Title: Re: PGP/GPG in JavaScript?
Post by: turnstyle on October 29, 2011, 09:21:15 PM
http://lmgtfy.com/?q=javascript+pgp+implementation

Tried that first, naturally... Can't seem to find anything good


Title: Re: PGP/GPG in JavaScript?
Post by: netrin on October 29, 2011, 11:23:01 PM
You can easily do RSA and most any other algorithm in Javascript, but you can't do rock solid security in javascript, so I wouldn't recommend trying to call it pgp. pbp might be a better name.