8
0
Files
Skriptentwickung/archive/Zeiterfassung/Zeiterfassung vor Umbau auf WinLine 12/Passwort-Convert.py
2024-01-24 16:42:38 +01:00

5 lines
118 B
Python

import cryptocode
Passwort = 'SIVmeso!'
str_encoded = cryptocode.encrypt(Passwort,"Zeiterfassung")
print(str_encoded)