user privilege 0 set authentication password cipher %^%#H`&~4#J;2J6!9l5X;$(L,;Q&.aV&<Z#V%^%
Journal of Cryptographic Engineering, Volume 9, Issue 2, 2019
def decrypt_huawei_cipher(cipher_text): # Remove %^%# prefix and suffix if cipher_text.startswith('%^%#') and cipher_text.endswith('%^%'): cipher_text = cipher_text[4:-3] key_stream = b'\x73\x4D\x3E\x12\xA9...' # 256-byte fixed key plaintext = []
display current-configuration | include password
But note: decryption (reversing) is different from cracking. Hashcat attempts brute-force, whereas decryption uses the known key.
Example: