- 论坛徽章:
- 5
|
encryption Encrypt system passwords
这个我咋测试的结果是 修改加密算法的。
LS的有可靠的资料吗?
下面是测试的日志:
从前后2次的加密结果比较来看,此命令是修改加密算法的。
C3640(config)# enable sec admin
C3640(config)#do show run
Building configuration...
Current configuration : 1137 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C3640
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$xdAk$Ijtz4Qd8HZP31prIlvqZS1
!
no aaa new-model
!
resource policy
!
!
!
ip cef
no ip domain lookup
C3640(config)#pass en aes
C3640(config)#enable sec admin
C3640(config)#do show run
Building configuration...
Current configuration : 1161 bytes
!
version 12.4
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C3640
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$6OUu$8Do5cbyk7AJ2IbvU8JKvC1
!
no aaa new-model
!
resource policy
!
!
!
ip cef
no ip domain lookup
C3640(config)#
C3640(config)#do show ver
Cisco IOS Software, 3600 Software (C3640-JK9S-M), Version 12.4( , RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Mon 15-May-06 16:28 by prod_rel_team
ROM: System Bootstrap, Version 11.1(20)AA1, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
C3640 uptime is 10 minutes
System returned to ROM by reload
System image file is "flash:c3640-jk9s-mz.124-8.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
Cisco 3640 (R4700) processor (revision 0x00) with 124928K/6144K bytes of memory.
Processor board ID 13894963
R4700 CPU at 100MHz, Implementation 33, Rev 1.0
5 Ethernet interfaces
4 Serial interfaces
DRAM configuration is 64 bits wide with parity disabled.
125K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
C3640(config)# |
|