Live data from Hacker News

Scramble.io: secure email for everyone

dcposch.github.io

1–10 of 142 posts

Re: Scramble.io: secure email for everyone

#4
post #3
post #2

Fantastic. Tighten up the user interface and this should gain traction. Checking out the Github repo now.

Working on it! New interface should be out in the next few weeks. Check out the "frontend-makeover" branch if you are interested.

Sounds great. I'd love to contribute to something like this.

Re: Scramble.io: secure email for everyone

#7
Another week, another Javascript cryptography project. See:

https://news.ycombinator.com/item?id=6637915

https://news.ycombinator.com/item?id=6420739

https://news.ycombinator.com/item?id=6353137

https://news.ycombinator.com/item?id=6317685

(That's just the last few weeks).

We are also developing a browser extension which will verify the Javascript loaded from the server. (Until then, an attacker who gained control of a server could tamper with the JS to steal a user's credentials the next time they log in.)

Baffling. If you're going to build a browser extension, put the crypto code in the extension. This still isn't a great solution, but it's better than trying to "verify the Javascript code". How exactly do you plan to do that? Surely you realize you can't just digest the JS asset files.

Re: Scramble.io: secure email for everyone

#9
post #7

Another week, another Javascript cryptography project. See: https://news.ycombinator.com/item?id=6637915 https://news.ycombinator.com/item?id=6420739 https://news.ycombinator.com/item?id=6353137 https://news.ycombinator.com/item?id=6317685 (That's just the last few weeks). We are also developing a browser extension which will verify the Javascript loaded from the server. (Until then, an attacker who gained control of…

I'm not a programmer. Why can't you just digest or hash the JS?
Post reply on HN