shell md5加密生成秘钥

Posted 蛋蛋烦蛋蛋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell md5加密生成秘钥相关的知识,希望对你有一定的参考价值。

#!/bin/bash
current=`date "+%Y%m%d%H%M%S"`  
source 引入配置文件/config1.sh
key=`echo -n $current$hash_key|md5sum|cut -d" " -f1`
status="`ps -ef |grep "curl 配置文件路径/async_delete_redis_set_code.php" | grep -v grep | wc -l`"
echo "配置文件路径/async_delete_redis_set_code.php?key=$key&time="$current
if [ $status -lt 1 ]
then
        nohup  curl "配置文件/async_delete_redis_set_code.php?key=$key&time="$current > /dev/null 2>&1 &
        echo ‘启动成功‘
else
        echo ‘已经启动‘
fi

 

以上是关于shell md5加密生成秘钥的主要内容,如果未能解决你的问题,请参考以下文章

java面试题4

shell里的md5sum生成的结果为啥与程序生成的不一样

如何修改form表单中的input值并加密

Android MD5加密RSA加密

Python Request库模拟登录

Java 加密解密的方法有哪些