Scramble.io: secure email for everyone
dcposch.github.io
Scramble.io: secure email for everyone
1–10 of 142 posts
Re: Scramble.io: secure email for everyone
#2Re: Scramble.io: secure email for everyone
#3Fantastic. Tighten up the user interface and this should gain traction. Checking out the Github repo now.
Re: Scramble.io: secure email for everyone
#4Fantastic. 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.
Re: Scramble.io: secure email for everyone
#5Edit: Also links you to xkcd if you pick a crappy password: http://i.imgur.com/TJ3QPP7.png
Re: Scramble.io: secure email for everyone
#6Why would you take that risk and not encrypt in a client using GPG?
Re: Scramble.io: secure email for everyone
#7https://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
#8Re: Scramble.io: secure email for everyone
#9Another 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…