NFC_Badge/security_const.example.py

3 lines
80 B
Python
Raw Normal View History

2023-07-11 20:16:30 +00:00
SALT = b"This is the salt to generate the badge password :)"
ITERATIONS = 10000