Subversion Repositories oidplus

Rev

Rev 828 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 828 Rev 1050
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1"
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"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_auth.xsd">
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.8.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_auth.xsd">
6
 
6
 
7
        <type>OIDplusAuthPlugin</type>
7
        <type>ViaThinkSoft\OIDplus\OIDplusAuthPlugin</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>PHP generic salted hash (hex notation)</name>
10
                <name>PHP generic salted hash (hex notation)</name>
11
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
12
                <license>Apache 2.0</license>
12
                <license>Apache 2.0</license>
13
                <version />
13
                <version />
14
                <descriptionHTML><![CDATA[
14
                <descriptionHTML><![CDATA[
15
                        <p>This auth method can be used by you if you migrate users from another software solution into OIDplus</p>
15
                        <p>This auth method can be used by you if you migrate users from another software solution into OIDplus</p>
16
                        <p>It supports following combinations:</p><p><code>A1a#hashalgo:X</code> with X being <code>H(salt+password)</code> in hex-notation</p>
16
                        <p>It supports following combinations:</p><p><code>A1a#hashalgo:X</code> with X being <code>H(salt+password)</code> in hex-notation</p>
17
                        <p><code>A1b#hashalgo:X</code> with X being <code>H(password+salt)</code> in hex-notation</p>
17
                        <p><code>A1b#hashalgo:X</code> with X being <code>H(password+salt)</code> in hex-notation</p>
18
                        <p><code>A1c#hashalgo:X</code> with X being <code>H(salt+password+salt)</code> in hex-notation</p>
18
                        <p><code>A1c#hashalgo:X</code> with X being <code>H(salt+password+salt)</code> in hex-notation</p>
19
                        <p><code>A1d#hashalgo:X</code> with X being <code>H_HMAC(password,salt)</code> in hex-notation</p>
19
                        <p><code>A1d#hashalgo:X</code> with X being <code>H_HMAC(password,salt)</code> in hex-notation</p>
20
                ]]></descriptionHTML>
20
                ]]></descriptionHTML>
21
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.1</oid>
21
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.1</oid>
22
        </info>
22
        </info>
23
 
23
 
24
        <php>
24
        <php>
25
                <mainclass>OIDplusAuthPluginPhpGenericSaltedHex</mainclass>
25
                <mainclass>ViaThinkSoft\OIDplus\OIDplusAuthPluginPhpGenericSaltedHex</mainclass>
26
        </php>
26
        </php>
27
       
27
       
28
</manifest>
28
</manifest>
29
 
29