# 字符串解码/AES 解密
null dec <string>
# 字符串解码 参数
name | alias | 默认值 | 可选值 |
---|---|---|---|
-m | --method | base64 | base64,hex |
null dec bnVsbC1jbGk= # null-cli
null dec 6e756c6c2d636c69 -m hex # null-cli
# AES 解密 参数
name | alias | 默认值 | 可选值 |
---|---|---|---|
-m | --method | base64 | aes |
-k | --key | 20201111nullbest | 任意 16 位字符 |
-i | --iv | webbestlangworld | 任意 16 位字符 |
null dec b425ed8b1698de56aed3d1089ade239d -m aes # null-cli