This website works better with JavaScript
Home
Explore
Help
Register
Sign In
RD_Software
/
linux-arkmicro
Watch
2
Star
0
Fork
2
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
luyuan
master
tianyouwei
weilai
zhonghong
linux-arkmicro
/
buildroot-2021.02.2
/
support
/
testing
/
tests
/
package
/
sample_python_cryptography.py
sample_python_cryptography.py
83 B
Permalink
History
Raw
1
2
3
from cryptography.fernet import Fernet
key = Fernet.generate_key()
f = Fernet(key)