mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
30 lines
1007 B
XML
30 lines
1007 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>Binary Encoder</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Converts a String to Binary.</description>
|
|
|
|
<type>ascii_reversible</type>
|
|
<type>binary_encoder</type>
|
|
<type>string_encoder</type>
|
|
<platform>linux</platform>
|
|
<platform>windows</platform>
|
|
<difficulty>low</difficulty>
|
|
|
|
<hint>Convert the binary (base 2) string into its ASCII value - https://www.youtube.com/watch?v=wCQSIub_g7M</hint>
|
|
<solution>Binary to ASCII converters are available online e.g. https://www.branah.com/ascii-converter</solution>
|
|
|
|
<read_fact>strings_to_encode</read_fact>
|
|
|
|
<output_type>encoded_strings</output_type>
|
|
|
|
<CyBOK KA="F" topic="Artifact Analysis">
|
|
<keyword>Encoding and alternative data formats</keyword>
|
|
</CyBOK>
|
|
|
|
</encoder>
|