# 加密,输入完后按回车,再按 Ctrl + D base64 # 加密 mcrypt --flush -Fbq -a rijndael-256 -m ecb # 解密 mcrypt --flush -Fbqd -a rijndael-256 -m ecb