Files
SecGen/modules/encoders/hash/scrypt/secgen_metadata.xml
2018-11-16 11:36:53 +00:00

23 lines
704 B
XML

<?xml version="1.0"?>
<encoder xmlns="http://www.github/cliffe/SecGen/encoder"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/encoder">
<name>SCrypt Encoder</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Generates an SCrypt hash for each of the strings.</description>
<type>hash</type>
<type>scrypt</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>medium</difficulty>
<read_fact>strings_to_encode</read_fact>
<read_fact>salt</read_fact>
<read_fact>return_salts</read_fact>
<output_type>string</output_type>
</encoder>