Python django.contrib.auth.hashers模块,常用函数和类

下面列出了Python django.contrib.auth.hashers 模块中定义的常用函数和类,我们从77个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. make_password() 用在(58)个项目中
2. check_password() 用在(30)个项目中
3. mask_hash() 用在(8)个项目中
4. get_hasher() 用在(7)个项目中
5. UnsaltedMD5PasswordHasher() 用在(7)个项目中
6. is_password_usable() 用在(6)个项目中
7. BCryptPasswordHasher() 用在(6)个项目中
8. identify_hasher() 用在(5)个项目中