This commit is contained in:
2025-12-17 11:35:41 +01:00
parent 1297d06bd6
commit 2002b5d46e
6 changed files with 43 additions and 5 deletions

5
dzien_03/skrypt_01.py Normal file
View File

@@ -0,0 +1,5 @@
# generowanie danych jako secrets
import secrets as ss
print(ss.token_urlsafe(20))
print(ss.token_hex(20))