Bootstrap

生成随机密钥

import os

import base64

base64.b64encode(os.urandom(48))

 

转载于:https://www.cnblogs.com/whigym/p/9852726.html

;