A way to vertify users between servers and clients on the Internet.
- User's username and password do not need to be transmitted in clear text
- Servers do not store information that can be reversed
- Optional encryption algorithms
- Can be used as a stand-alone module and can be embedded in most python programs
You may have some questions while reading the source codes,this page might solve your questions.
一种在互联网中程序和用户间进行验证的思路。
- 用户的用户名密码不需要使用明文传输
- 服务器不会存储可被逆向的信息
- 可选加密算法
- 可用作单独模块,能嵌入大部分python程序
在阅读源码时,您可能对一些内容产生疑惑。您也许可以在这里解决疑惑。