ENCRYPTION_KEY=$(head -c 16 /dev/urandom | od -An -t x | tr -d ‘ ‘) echo ${ENCRYPTION_KEY}
原文地址:https://www.cnblogs.com/effortsing/p/10353772.html
时间: 2024-11-05 00:42:27
ENCRYPTION_KEY=$(head -c 16 /dev/urandom | od -An -t x | tr -d ‘ ‘) echo ${ENCRYPTION_KEY}
原文地址:https://www.cnblogs.com/effortsing/p/10353772.html