Responsibly Bringing a new Cryptography Product to Market
1–10 of 30 posts
Re: Responsibly Bringing a new Cryptography Product to Market
#2Re: Responsibly Bringing a new Cryptography Product to Market
#3Re: Responsibly Bringing a new Cryptography Product to Market
#4Re: Responsibly Bringing a new Cryptography Product to Market
#5Re: Responsibly Bringing a new Cryptography Product to Market
#6By the way, once we've established confidence in the code directly included in the project, we're hoping to also arrange audits for some of the popular crypto libraries involved such as SJCL.
Re: Responsibly Bringing a new Cryptography Product to Market
#7Glad to see real numbers and specifics about the audit being used in the post.
Crypton's definitely an effort at all-cards-on-the-table corporate-sponsored FOSS, and this includes the project itself and not just the code.
Re: Responsibly Bringing a new Cryptography Product to Market
#8Re: Responsibly Bringing a new Cryptography Product to Market
#9By the way, once we've established confidence in the code directly included in the project, we're hoping to also arrange audits for some of the popular crypto libraries involved such as SJCL.
Have any of those libraries been audited so far? Seems like a necessary step for widespread js crypto.
Oh yeah, and before people with torches show up, let me clarify that is a Javascript based crypto product but not browser and website based crypto. The deployment target is situations where the code delivery problem is solved: HTML5 mobile apps (including phonegap / cordova), desktop apps with things like AppJS, browser extensions, etc. It's a high level secure-by-default framework for building collaborative realtime and storage applications. Javascript is a natural language for this, because the framework provides storage through an object database, and that approach is natural an convenient in Javascript. We're spending the time and money to make a secure framework now so we don't have to spend quite as much time in reinvention and security review for each new crypto application we build.
Re: Responsibly Bringing a new Cryptography Product to Market
#10By the way, once we've established confidence in the code directly included in the project, we're hoping to also arrange audits for some of the popular crypto libraries involved such as SJCL.
Have any of those libraries been audited so far? Seems like a necessary step for widespread js crypto.