python base64库给用户名或密码加密的流程 给明文密码加密的流程:importbase64pwd_after_encrypt=base64.b64encode(b'thisisascret!')pwd_before_encrypt=base Base64加密