下载地址 (有 1.x r 版本)
https://www.axantum.com/download-xecrets
或是直接下载开源的命令行版本
https://github.com/xecrets/xecrets-cli
# 加密
XecretsCli -p pass -e file file .axx
# 加密 ,输出时间戳
XecretsCli -p pass -e file file_ $(date +"%Y%m%d_%H%M%S") .axx
# 解密
XecretsCli -p pass -d file.axx file