Hello,
I am trying to generate a password type 5 for Cisco Nexus. I have found that for IOS you can use openssl to generate the hash (openssl passwd -1 -salt 4_symbol_salt some_password), but I can't figure out how that works for Nexus.
For example, password "admin" seems to be recorded like this: $5$KIAMHD$vCUx69jV3s..Obabr14ap/ilsZCGo.8xszExrnBE3Y5
Any ideas how to generate that string?
No comments:
Post a Comment