Cisco SG + Netgear password hashing algorithm
Posted in Uncategorized on Jun 8th, 2021
TL;DR it’s SHA1 with no newline We wanted to create off-line templates for our Netgear SmartManaged switches (which runs a blatant IOS CLI ripoff), but needed a way to generate the encrypted password hash from a given plaintext password: username test password test -to- username test password encrypted a94a8fe5ccb19ba61c4c0873d391e987982fbbd3 For the life of me I […]