Streamlit RSA Authenticator UI

Welcome to Streamlit RSA Authenticator UI :closed_lock_with_key:

PyPI GitHub GitHub license GitHub issues GitHub pull requests

Encryption on Authenticate widget data from client to server.

What is Streamlit RSA Authenticator UI?

What is Http protocol

Http is the information transfer protocol between networked devices. However, all the requests and responses are in plaintext, which means that anyone can read them.

If you want to deploy streamlit server using http protocol (not https protocol) and you add the user authentication, user password can be read by anyone in the network as it is the plaintext for http protocol.

streamlit-rsa-auth-ui correct it by encrypting user information including password at the client browser before transmit to streamlit server using RSA algorithm

What is RSA algorithm

It is asymmetric cryptography, uses two different but mathematically linked keys

3 Likes

Thank you. :smile:
Encryption of login information is extremely useful for internal enterprise applications.
I am ready to apply it immediately in my work.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.