File size: 145 Bytes
e3daca0
 
 
 
 
1
2
3
4
5
6
import streamlit_authenticator as stauth

passwords = ['test005']
hashed_passwords = stauth.Hasher(passwords).generate()
print(hashed_passwords)