>> In this they just did encoding not encryption so it is easily accessible
to read the hidden message.
Yes. HTTPS/TLS provides the encryption layer.
Thanks,
Sivachandran P.
___
> Chennaipy mailing list
> Chennaipy@python.org
> https://mail.python.org/m
>> My requirement is not just limited to web pages, I am in search for
authentication module which should be easy to setup and use for my python
projects (web, api, tui, etc)
The easiest/simplest authentication for web and api is HTTP Basic auth. You
can do something like this https://stackoverflo