We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9843ab9 commit deebc27Copy full SHA for deebc27
1 file changed
overflow-core/src/test/kotlin/SecurityTest.kt
@@ -39,7 +39,7 @@ class SecurityTest {
39
* | 16 | - | - | - | - | **5.414** |
40
*
41
* 我们可以认为4.5(加粗)以上的密码是极度安全的,而3.5(加斜)以下的密码是极度不安全的
42
- */
+ *
43
@Test
44
fun testSecurity() {
45
for (i in 3..15) {
@@ -141,4 +141,5 @@ class SecurityTest {
141
//16 位数字+小写+大写+特殊字符串密码强度:5.41374579296965
142
143
}
144
+ */
145
0 commit comments