【发布时间】:2014-10-28 17:04:49
【问题描述】:
我希望这个问题不是太迂腐,但是在验证密码时是否有不同“类别”的技术术语来表示密码的一部分? For example 必须满足的默认 AD 密码复杂性要求(微软称其为“categories”):
Passwords must contain characters from three of the following five **categories**:
Uppercase characters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)
Lowercase characters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters)
Base 10 digits (0 through 9)
Nonalphanumeric characters: ~!@#$%^&*_-+=`|\(){}[]:;"'<>,.?/
Any Unicode character that is categorized as an alphabetic character but is not uppercase or lowercase. This includes Unicode characters from Asian languages.
安全工程师或密码学家是否使用过一个术语来指代这些“类别”?
【问题讨论】:
-
据我所知,我认为没有通用术语。然而,一个术语是字符集/池,实际上更正确的方式来指代这些是“密码复杂性规则”。
标签: security passwords cryptography terminology