mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
25 lines
931 B
XML
25 lines
931 B
XML
<?xml version="1.0"?>
|
|
|
|
<generator xmlns="http://www.github/cliffe/SecGen/generator"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
|
|
<name>Username Generator</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Outputs a username. If a name is provided, craft a username based on this. Otherwise generates a random
|
|
username, maximum 20 characters long, based on a random adjective and a noun.
|
|
</description>
|
|
|
|
<type>username_generator</type>
|
|
<type>local_calculation</type>
|
|
<platform>linux</platform>
|
|
<platform>windows</platform>
|
|
|
|
<reference>https://github.com/aaronbassett/Pass-phrase/adjectives.txt</reference>
|
|
<reference>https://github.com/aaronbassett/Pass-phrase/nouns.txt</reference>
|
|
|
|
<read_fact>name</read_fact>
|
|
|
|
<output_type>generated_username</output_type>
|
|
|
|
</generator> |