雨相的Blog

“shell”

Shell脚本实现Base64 加密解密

落霞与孤鹜齐飞,秋水共长天一色。 我的的博客 加密算法#!/bin/bash # 全局变量 str="" base64_encode_string(){ #...