encoders/hashes difficulty:high

This commit is contained in:
thomashaw
2018-11-06 12:47:19 +00:00
committed by ts
parent 15f52cda95
commit 5338ea17a9
6 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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