1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Crypt system for user and password

This commit is contained in:
thomas.guiseppin 2017-10-25 19:44:15 +02:00
parent 6d10cbc888
commit 2c63f7addb
4 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,5 @@
from core.modules.mod_access import *
import base64
def pcrypt(data, key):
CritConf = CryticalData()