How does VTP authentication prevent unauthorized access (Can the password be cracked given captured packets)

I know that when setting up VTP across switches in a network you should set a secret/password to prevent unauthorized requests. My question is I know that this uses an MD5 hash to ensure that attackers don’t falsify any reque… Continue reading How does VTP authentication prevent unauthorized access (Can the password be cracked given captured packets)

Why do people still use/recommend MD5 if it has been proven weak since 1996?

It’s still a commonly recommended way of hashing passwords, even if its insecurity had been proven in 1996:

Therefore we suggest that in the future MD5 should no longer be implemented in applications like signature schemes, where a collis… Continue reading Why do people still use/recommend MD5 if it has been proven weak since 1996?