coder001 / hash_password.py
allinaigc's picture
Upload 3 files
c0dba16
raw
history blame contribute delete
145 Bytes
import streamlit_authenticator as stauth
passwords = ['wuqijun']
hashed_passwords = stauth.Hasher(passwords).generate()
print(hashed_passwords)