python import hashlib def hash_password(password): # 创建一个sha256哈希对象 sha256 = hashlib.sha256() # 对密码进行编码,并将其更新到哈希对象中 sha256.update(password.encode('utf-8')) # 获取哈希值的十六进制表示 hashed_password = sha256.hexdigest() return hashed_password # 示例密码 password...
When being input in irreversible ciphertext, the password must be a string of 48 to 128 consecutive characters. The password cannot be the same as the user name, or in reverse order with the user name. The password must contain at least two of the following characters: upper-case character...
You can input a simple-text or irreversible ciphertext password. The simple-text password is a string of 8 to 128 characters, and the ciphertext password is a string of 48 to 128 characters. Views AAA view Default Level 3: Management level Task Name and Operations Task NameOperations ...
Are you sure that you want to clear the password? Severity 0: Information Response Check with the user before clearing the password. Continue only if you really want to clear the password. AMQ4097 Unmatched quotation mark. Severity 10: Warning Explanation An unmatched quotation mark has been fou...
Configures authentication type to use with this TACACS+ server. type Authentication type. Possible values are: ASCII PAP (Password Authentication Protocol) key Configures shared secret to use with this TACACS+ server. secret Sets a secret key (shared hidden text string), known to the system...
{"acct_id":"dcd6fd3a-125c-46b2-946d-f9063caad5f6","auth_config":{"password":{"require_2fa":false,"administrators_only":false}},"created_at":"20230321T200950Z","enabled":true,"logging_configs":{},"mark_key_disable_when_deactivated":false,"max_operation":10000,"name":"Navendu","...
For example, the ciphertext password set for the AAA feature cannot be used for other features. Encryption algorithms The switch currently supports the 3DES, AES, RSA, SHA1, SHA2, and MD5. 3DES, RSA, and AES are reversible, whereas SHA1, SHA2, and MD5 are irreversible. Using the ...
For example, the ciphertext password set for the AAA feature cannot be used for other features. Encryption algorithms The switch currently supports the 3DES, AES, RSA, SHA1, SHA2, and MD5. 3DES, RSA, and AES are reversible, whereas SHA1, SHA2, and MD5 are irreversible. Using the ...
local-user user-name password irreversible-cipher password For security purposes, change the password periodically. Set the local user access type to console. local-user user-name service-type terminal - Exit the AAA view. quit - Return to the user view. quit - Table 4-8 Configuring the pass...
Its function is the same as that of the local-user user-name { password { cipher | irreversible-cipher } password [ old-passwordold-password ] | access-limit max-number | ftp-directory directory | idle-timeout minutes [ seconds ] | privilege level level | state { block | active } } ...