From: Ivan (ivan@iip.net)
Date: Mon Jul 09 2007 - 12:09:04 ART
Service password-encryption encrypt password from view by plain text. "Secret"
keyword using during hash encrypting. If use service password-encryption You
can view pass anyway.
r1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#username ivan pass cisco
r1(config)#service password-encryption
r1(config)#^Z
r1#sh run | i ivan
username ivan password 7 01100F175804
r1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
r1(config)#key chain REVERSE_ENG
r1(config-keychain)#key 1
r1(config-keychain-key)#key-string 7 01100F175804
r1(config-keychain-key)#^Z
r1#
r1#sh key chain REVERSE_ENG
Key-chain REVERSE_ENG:
key 1 -- text "cisco"
accept lifetime (always valid) - (always valid) [valid now]
send lifetime (always valid) - (always valid) [valid now]
On Monday 09 July 2007 17:36, Kim wrote:
> Hello Expert,
> May I know the difference between username Johndoe secret CISCO vs. Service
> password-encryption?
>
> Where do I find more info in the DocCD?
>
> Thanks.
This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:40 ART