File size: 107 Bytes
2eef9ea
 
 
 
 
1
2
3
4
5
6
"""Security utilities."""
from cryptography.fernet import Fernet

def encrypt_sensitive(data):
    pass