index
:
buildroot
2017.11-op-build
2018.02-op-build
2019.02-op-build
2019.05-op-build
OpenPOWER buildroot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
testing
/
tests
/
package
/
sample_python_cryptography.py
blob: ec9883dc64770a8185912e1b9cf9fff11fa3f20c (
plain
)
1
2
3
from cryptography.fernet import Fernet key = Fernet.generate_key() f = Fernet(key)