Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
allinaigc
/
coder001
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
27b859c
coder001
/
hash_password.py
allinaigc
Upload 3 files
c0dba16
over 1 year ago
raw
Copy download link
history
blame
Safe
145 Bytes
import
streamlit_authenticator
as
stauth
passwords = [
'wuqijun'
]
hashed_passwords = stauth.Hasher(passwords).generate()
print
(hashed_passwords)