Subversion Repositories oidplus

Rev

Rev 1096 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1088 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1439 daniel-mar 5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1 https://hosted.oidplus.com/viathinksoft/plugins/manifest_plugin_auth.xsd">
1088 daniel-mar 6
 
7
        <type>ViaThinkSoft\OIDplus\OIDplusAuthPlugin</type>
8
 
9
        <info>
10
                <name>Argon2 hash</name>
11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
13
                <version />
14
                <descriptionHTML><![CDATA[
15
                        <p>Implements Argon2i and Argon2id.</p>
1096 daniel-mar 16
                        <p>New passwords are generated using Argon2id if PHP supports it, otherwise with Argon2i.</p>
1088 daniel-mar 17
                ]]></descriptionHTML>
18
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.4</oid>
19
        </info>
20
 
21
        <php>
22
                <mainclass>ViaThinkSoft\OIDplus\OIDplusAuthPluginArgon2</mainclass>
23
        </php>
24
 
25
</manifest>