遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/632)
<a href="https://www.bestpractices.dev/projects/632"><img src="https://www.bestpractices.dev/projects/632/badge"></a>
multi factor authentication system (2FA, OTP)
We explain e.g. how translations can be done. https://github.com/privacyidea/privacyidea/blob/master/CONTRIBUTING.rst
When contributing via issues at github, we use the template, so that the issuer will provide all necessary information. https://github.com/privacyidea/privacyidea/blob/master/ISSUE_TEMPLATE.md
We are using the github issue tracker: https://github.com/privacyidea/privacyidea/issues/
警告:需要更长的理由。
The HOTP and TOTP algorithm depend on SHA1. However, in fact they depend on HMAC-SHA-1 which is not broken. Read https://tools.ietf.org/html/rfc4226#page-26 PrivacyIDEA uses sha2. http://privacyidea.readthedocs.io/en/latest/faq/crypto-considerations.html
后退