Re: axios compromise; run these 2 to immediately prevent exfiltration on macOS:
echo '127.0.0.1 sfrclak.com' | sudo tee -a /etc/hosts
sudo dscacheutil -flushcache

Re: axios compromise; run these 2 to immediately prevent exfiltration on macOS:
echo '127.0.0.1 sfrclak.com' | sudo tee -a /etc/hosts
sudo dscacheutil -flushcache
the three horsemen of dogshit software products:
microsoft
hp
workday
Great blog posts that helps one rethink (for better or worse) applied cryptography:
1. Seriously, stop using RSA: https://blog.trailofbits.com/2019/07/08/fuck-rsa/
2. Why AES-GCM Sucks: https://soatok.blog/2020/05/13/why-aes-gcm-sucks/
3: The Cryptographic Doom Principle: https://moxie.org/2011/12/13/the-cryptographic-doom-principle.html
4. Cryptocoding: https://github.com/veorq/cryptocoding
5. Let’s talk about PAKE: https://blog.cryptographyengineering.com/2018/10/19/lets-talk-about-pake/
6. Status of Post-Quantum Cryptography Implementation: https://blog.quarkslab.com/status-of-post-quantum-cryptography-implementation.html
7. Why I hate CBC-MAC: https://blog.cryptographyengineering.com/2013/02/15/why-i-hate-cbc-mac/
8. Reconstruct Instead of Validating: https://words.filippo.io/dispatches/reconstruct-vs-validate/

Here at Trail of Bits we review a lot of code. From major open source projects to exciting new proprietary software, we’ve seen it all. But one common denominator in all of these systems is that for some inexplicable reason people still seem to think RSA is a good cryptosystem to use. Let me save […]