David Wong

cryptologie.net

cryptography, security, and random thoughts

Hey! I'm David, cofounder of zkSecurity, research advisor at Archetype, and author of the Real-World Cryptography book. I was previously a cryptography architect of Mina at O(1) Labs, the security lead for Libra/Diem at Facebook, and a security engineer at the Cryptography Services of NCC Group. Welcome to my blog about cryptography, security, and other related topics.

Ken Shirriff has posted an amazing post on his blog on how he managed to manually make (meaning, he didn’t use the official bitcoin application) a transaction in the bitcoin ecosystem.

I’m reading through it as I’m typing this, and it’s really well explained, you get to see exactly what he does in Python and there are pictures!

you can read it here

So this guy owned @N on twitter and got extorted his account by a phishing attack. The story is well written and you should read it here : https://medium.com/p/24eb09e026dd

but for a tl;dr the attacker called his paypal account to ask them for his credit card’s last 4 digits. Then he called godaddy to ask them to reset the password. They only asked him for the 2 first digits and the last 4s. The attacker just had to guess the 2 first digits (and he did it on the first try, he could have kept calling and trying otherwise).

Now that he had @N’s domain’s name, he could now see his emails. Took over @N’s facebook account and started mailing him “threats”.

It’s pretty crazy how easy phishing is.

Initial Permutations in DES

blog

I have to code a whitebox using DES encryption in a class. Which is pretty cool (I would have prefered doing it with AES but the other group got tails and we got heads).

Here is where the Stanford course I passed on Coursera shines. The explanation of DES on it is brilliant. I was wondering about the initial and final permutations that occurs in the algorithm though and Dan Boneh doesn’t really talk about it besides saying it’s not for cryptographic purposes.

I found a solution on a new sub-stackoverflow dedicated to Cryptography : http://crypto.stackexchange.com/questions/3/what-are-the-benefits-of-the-two-permutation-tables-in-des

That kind of stuff happens and it’s always pretty hard to know it happened and how it happened.

Here’s an article about a guy who doesn’t seem to know much about security but does a fine job finding out what happened to him and what he can do to avoid future hacks.

http://www.corrspt.com/blog/2014/01/18/tale-vps-hacked/

📖 my book
Real-World Cryptography is available from Manning Publications.
A practical guide to applied cryptography for developers and security professionals.
🎙️ my podcast
Two And A Half Coins on Spotify.
Discussing cryptocurrencies, databases, banking, and distributed systems.
📺 my youtube
Cryptography videos on YouTube.
Video explanations of cryptographic concepts and security topics.
page info:
page 57 of 62
616 posts total