Software:Crypton (framework)
From HandWiki
Short description: Cryptographic web framework
Developer(s) | David Dahl, Cam Pedersen |
---|---|
Initial release | March 1, 2013 |
Stable release | |
Written in | JavaScript |
Operating system | Cross-platform |
Type | JavaScript library |
License | AGPL, GPLv3[3] |
Website | crypton |
Crypton is a JavaScript library that allows one to write web applications where the server knows nothing of the contents a user is storing. This is done by use of cryptography, though the developer of the application does not need any cryptographic knowledge.[4] It is designed to encrypt data inside a JavaScript context (either a browser extension, mobile application, or WebKit-based desktop application).[5]
Crypton was created by SpiderOak, also known for their encrypted backup product,[6] who were looking for a way for data to be securely encrypted without the need for users to download a separate program.[7]
See also
References
- ↑ "crypton_package.json at master · SpiderOak_crypton · GitHub". GitHub. https://github.com/SpiderOak/crypton/blob/master/client/package.json. Retrieved August 18, 2015.
- ↑ "Fixed client version mismatch test and client version · SpiderOak_crypton@f98c40d · GitHub". GitHub. https://github.com/SpiderOak/crypton/commit/f98c40dcf2017654333291dd0dce54e6e6686db8. Retrieved August 18, 2015.
- ↑ "License". GitHub. https://github.com/SpiderOak/crypton/blob/master/LICENSE. Retrieved January 15, 2014.
- ↑ "Open Source Project Prepackages Kim Dotcom’s Security", Wired, 3 March 2013, https://www.wired.com/2013/03/crypton/
- ↑ "Developer Guide", Crypton (framework), archived from the original on 2014-07-25, https://web.archive.org/web/20140725175358/https://crypton.io/developer-guide
- ↑ "Encrypt The Web Report", Electronic Frontier Foundation, https://www.eff.org/encrypt-the-web-report
- ↑ "Open-source project, Crypton, seeks to make encryption easier", PCWorld, 25 July 2013, http://www.pcworld.com/article/2045274/opensource-project-crypton-seeks-to-make-encryption-easier.html
External links
Original source: https://en.wikipedia.org/wiki/Crypton (framework).
Read more |