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

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