Generalized Password Cracking, Part 2: Starting with Some Stock Password Attacks

Brute-force password cracking attack

Disclaimer: The present series of posts contains information on how to exploit security vulnerabilities in passwords. It is intended for educational and research purposes only. Neither the password cracking tools described in this series nor any of the exploits developed with these tools are to be used for gaining unauthorized access to accounts or other … Continue reading Generalized Password Cracking, Part 2: Starting with Some Stock Password Attacks

Understanding and Using the OpenSSL Command Line Utility

OpenSSL is an open source implementation of the SSL/TLS protocol, most commonly known as the security software underlying the majority of HTTPS servers on the Internet. What is less well-known is that OpenSSL comes with its own command line utility that lets you manually encrypt and decrypt files. I've found this utility most useful for … Continue reading Understanding and Using the OpenSSL Command Line Utility