会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
2024年7月9日
python-对称加解密
摘要: import base64 from cryptography.fernet import Fernet key = Fernet.generate_key() def jiami_aes_Fernet(self,key,text,to_str=True): f1_obj = Fernet(key)
阅读全文
posted @ 2024-07-09 23:03 园友2165077
阅读(5)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理