llm_knowledge_base / hash_password.py
allinaigc's picture
Upload 34 files
e3daca0 verified
raw
history blame contribute delete
No virus
145 Bytes
import streamlit_authenticator as stauth
passwords = ['test005']
hashed_passwords = stauth.Hasher(passwords).generate()
print(hashed_passwords)