Comment on Spideroak debuts Crypton, framework for end-to-end encrypted cloud applicationsparentComments−mpyne13yI guess I would have to ask what they would be using SJCL on, but I believe that there have been several conceptual issues noted by guys like tptacek to keep from recommending any client-side JS crypto (incl. SJCL) in general.−dfc13yI was under the impression crypton used cryptojs:https://github.com/SpiderOak/crypton/tree/master/client/src/...EDIT: And jsrsasign:https://github.com/SpiderOak/crypton/tree/master/client/src/...
Comments
I guess I would have to ask what they would be using SJCL on, but I believe that there have been several conceptual issues noted by guys like tptacek to keep from recommending any client-side JS crypto (incl. SJCL) in general.
I was under the impression crypton used cryptojs:
https://github.com/SpiderOak/crypton/tree/master/client/src/...
EDIT: And jsrsasign:
https://github.com/SpiderOak/crypton/tree/master/client/src/...