helm-charts/autopush/container/setup.py

6 lines
135 B
Python
Raw Permalink Normal View History

2025-01-03 14:18:54 +01:00
#!/bin/env python3
from cryptography.fernet import Fernet
if __name__ == '__main__':
print(Fernet.generate_key().decode("UTF-8"))