encoders/hashes difficulty: medium

This commit is contained in:
thomashaw
2018-11-06 12:51:12 +00:00
committed by ts
parent 5338ea17a9
commit d200252eb4
7 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
<type>mysql_password</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>scrypt</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>sha224</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>sha256</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>sha384</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>sha512</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>

View File

@@ -12,6 +12,7 @@
<type>whirlpool</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>