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

27 lines
907 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>ROT13 Encoder</name>
<author>Z. Cliffe Schreuders</author>
<module_license>MIT</module_license>
<description>Rotates each A-Z character by 13 places. Applying a second time reveals the cleartext.
</description>
<type>string_encoder</type>
<type>alpha_reversible</type>
<platform>linux</platform>
<platform>windows</platform>
<difficulty>low</difficulty>
<!--optional hints-->
<hint>Alphabet rotation cipher by 13 positions.
Decoding tools are available online e.g. http://www.dcode.fr/rot-cipher
</hint>
<read_fact>strings_to_encode</read_fact>
<read_fact>rot13_options</read_fact>
<output_type>encoded_strings</output_type>
</encoder>