[Chennaipy] Suggest some authentication modules or library in python

Iron Man stark20236 at gmail.com
Fri Aug 2 02:29:45 EDT 2024


Hi Sivachandran,

>> https://stackoverflow.com/a/7000784
In this they just did encoding not encryption so it is easily accessible to
read the hidden message.

>> For TUI, the simplest is getting username/password from stdin and
checking against internally stored credentials. You can use db or file to
store the credentials.

Yes, this is what I am trying to do. Checking if there is any modular
design solution as simple as plug and play. "hashlib" in python can be used
to do the encryption. Checking for integration of auth with app is the next
step.

>> If you want to authenticate against system username/password then you
can use PAM(e.g., https://pypi.org/project/python-pam/).

Thanks for introducing this, I never searched PAM interfaced module in
python.

Thanks and Regards,
Parameshwar Arunachalam



>
>  .
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/chennaipy/attachments/20240802/9147f186/attachment-0001.html>


More information about the Chennaipy mailing list