epimenov
No user record in our sample, but epimenov has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but epimenov has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It makes sense really. About a week ago there was “code red” storm in the Netherlands, and first phone alarm contained something along the lines of “for more details see this Twitter account”. Then they removed any…
All business bank accounts in the NL include those transaction fees. Consumer ones (as in Premium in bunq) do not.
They do allow "stopovers". Where you can stay in Iceland for few days between the flights. Those are heavily marketed during the flight too.
Funnily enough Romania is on top of the pedestrian fatalities statistics within the EU: http://ec.europa.eu/eurostat/statistics-explained/index.php/... Maybe you should reconsider the law.
or https://www.moocha.io/search?query=basket+weaving
I think OS X opens captive.apple.com
They're actually talking about 2FA for 1password itself. Not supporting TOTP via 1password for other services.
1Password can do 2FA, also syncs between all your devices. And no trusted 3rd party cloud service.
The whitepaper (https://www.whatsapp.com/security/WhatsApp-Security-Whitepap...) claims that the attachments of any type are encrypted
Same here actually, the user has /bin/false as shell.
I have a key generated for AutoSSH only. Also you can limit to which hosts/ports it can connect with: no-agent-forwarding,no-X11-forwarding,command="read a; exit",permitopen="host:port" ssh-ed25519 AAAA Pretty nifty.
http://www.tylervigen.com/spurious-correlations
They said in the ticket that the issue does NOT affect the majority of Firefox users. It was just a calculation of the impact, and they decided not to release a hotfix. I'm pretty sure if it was affecting all firefox…
I guess this is relevant: https://twitter.com/evacide/status/679117565411610625
People are working on bringing ChaCha20-Poly1305 to TLS for this. https://datatracker.ietf.org/doc/draft-ietf-tls-chacha20-pol... https://blog.cloudflare.com/do-the-chacha-better-mobile-perf...
There was a TOR talk where a person from China told that he recommended two systems to different people: TOR and some other one. The people he recommended the other one ended up in prison. This kind of consequences you…
OTR is. As far as I know there's been one whitepaper on TextSecure itself (https://eprint.iacr.org/2014/904.pdf).
>Absolutely dangerous thinking is to declare cryptography off limits. With that in mind eventually you just scare more people to participate in this process and eventually be left with a tiny core community. Anybody can…
This is absolutely dangerous thinking. There are a lot of people researching crypto and making sure it's secure. If you're using non-standard crypto, you don't have that safety net. They're using primitives that are…
I think it means that push notifications are delivered via google cloud platform
Basically they're not following cryptographic best practices. And their defense of it is flimsy at best. I you want easy-to-use secure messenger you should use Signal. (https://whispersystems.org/)
Validating EC is even harder. Accepting arbitrary curves is a bad practice. The draft of TLS 1.3 uses named curves and named primes for both DH and ECDH. And it starts with 2048 bits, because the possibility of NSA…
/ sw_vers ProductName: Mac OS X ProductVersion: 10.11 BuildVersion: 15A282a / /usr/bin/ssh -V OpenSSH_6.9p1, LibreSSL 2.1.7 I guess it is ready for production
Also https://twitter.com/grsecurity/status/450995354972864513
MySQL also started version 6.0 and then stopped developing it. They also tried to fix the unicode support (utf8mb4 by default).