Files
SecGen/modules/utilities/windows/keepass/secgen_metadata.xml
2024-04-14 01:15:42 +01:00

26 lines
861 B
XML

<?xml version="1.0"?>
<utility xmlns="http://www.github/cliffe/SecGen/utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
<name>KeePass</name>
<author>Oscar Langford</author>
<author>James Davis</author>
<module_license>MIT</module_license>
<description>KeePass is a free open source password manager, which helps you to manage your passwords in a secure way.</description>
<type>win_debugger</type>
<platform>windows</platform>
<reference>https://keepass.info/</reference>
<software_name>keepass</software_name>
<software_license>GPLv2</software_license>
<!-- for now we just make all windows modules conflict with linux bases -->
<conflict>
<module_path>bases/.*</module_path>
<platform>linux</platform>
</conflict>
</utility>