Cisco IE1000 Switch
#2
doesn't the configuration file also tell you the type of the "password".

I guess, it's none of these https://community.cisco.com/t5/networkin...-p/3163238 ?

is it "enable secret" or "enable password" ?

Can you generate some example hash:password pairs with alternating/increasing password length ? Does the output length change when the password is longer ?

What type/version of OS is this ? IOS ?

it could be an encryption/reversible algorithm like mentioned here: https://www.cisco.com/c/en/us/td/docs/sw...qz_2qb_mgb

this could also be an example:
https://community.cisco.com/t5/switching...-p/3335060
https://www.cisco.com/c/en/us/support/do...mmand.html
not sure if this is the same algorithm (but looks similar, to problem is the "encrypted password" length, shouldn't it work with fixed size blocks): https://www.cisco.com/c/dam/en/us/td/doc...-guide.pdf

I see some references to "type 6" AES encryption in the documentation, but I'm still unsure if this is the algorithm used in your case. You would need to provide several examples with increasing password length etc and maybe also try if you could change the master key etc



update: this also looks interesting https://www.cisco.com/c/en/us/td/docs/sw...010101.pdf

does this command work for you and if yes, what is the output ?
Code:
show encryption service stat
Reply


Messages In This Thread
Cisco IE1000 Switch - by jud3 - 02-24-2020, 04:06 AM
RE: Cisco IE1000 Switch - by philsmd - 02-24-2020, 09:11 AM
RE: Cisco IE1000 Switch - by jud3 - 02-27-2020, 06:45 AM
RE: Cisco IE1000 Switch - by jud3 - 02-27-2020, 06:55 AM
RE: Cisco IE1000 Switch - by philsmd - 02-27-2020, 09:31 AM
RE: Cisco IE1000 Switch - by undeath - 02-27-2020, 07:30 PM