10-09-2020 08:27 AM
10-11-2020 05:13 AM
If the password encryption service type is changed, only the users whose password encryption method matches the newly configured encryption method are allowed to log in. Apart from password encryption, all activities after creating the user account, such as logging in, modifying the local user account, and so on are bound by the configured password encryption service type.
The password encryption methods can be reverted to the default MD5 encryption type by using the no form of the service password-encryption { sha1 | sha256 } command.
10-13-2020 10:26 AM
10-14-2020 07:37 PM
08-09-2022 01:47 AM
ASK
1. how come after issuing
#service password-encryption sha256
my existing or new user password still the same starting with $1$
admin $1$T.pIm.tN$w9gN4CwCqi4ZArkg7kmE70 enabled 0 enabled Never
user1 $1$Pqq4SkHZ$IAGeOmAFX7J3PjJlkv91Q/ enabled 5 enabled Never
2. is that possible user with lower priviledge can't see other users hash password
tq