Spaces:
Sleeping
Sleeping
import streamlit_authenticator as stauth | |
passwords = ['test005'] | |
hashed_passwords = stauth.Hasher(passwords).generate() | |
print(hashed_passwords) | |