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



>
>  .
>
>
>
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to