随机32位字符

import os,base64
print(base64.b64encode(os.urandom(32)))

  

原文地址:https://www.cnblogs.com/hao66/p/9103866.html