Subversion Repositories oidplus

Rev

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

Rev 308 Rev 386
1
<?xml version="1.0"?>
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.2"
-
 
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.2 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin.xsd">
3
 
6
 
4
        <type>OIDplusAuthPlugin</type>
7
        <type>OIDplusAuthPlugin</type>
5
 
8
 
6
        <info>
9
        <info>
7
                <name>PHP generic salted hash (hex notation)</name>
10
                <name>PHP generic salted hash (hex notation)</name>
8
                <author>ViaThinkSoft</author>
11
                <author>ViaThinkSoft</author>
9
                <version />
12
                <version />
10
                <descriptionHTML><![CDATA[
13
                <descriptionHTML><![CDATA[
11
                        <p>This auth method can be used by you if you migrate users from another software solution into OIDplus</p><p>It supports following combinations:</p><p><code>A1a#hashalgo:X</code> with X being <code>hashalgo{hex}(salt+password)</code></p><p><code>A1b#hashalgo:X</code> with X being <code>hashalgo{hex}(password+salt)</code></p><p><code>A1c#hashalgo:X</code> with X being <code>hashalgo{hex}(salt+password+salt)</code></p>
14
                        <p>This auth method can be used by you if you migrate users from another software solution into OIDplus</p><p>It supports following combinations:</p><p><code>A1a#hashalgo:X</code> with X being <code>hashalgo{hex}(salt+password)</code></p><p><code>A1b#hashalgo:X</code> with X being <code>hashalgo{hex}(password+salt)</code></p><p><code>A1c#hashalgo:X</code> with X being <code>hashalgo{hex}(salt+password+salt)</code></p>
12
                ]]></descriptionHTML>
15
                ]]></descriptionHTML>
13
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.1</oid>
16
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.1</oid>
14
        </info>
17
        </info>
15
 
18
 
16
        <php>
19
        <php>
17
                <mainclass>OIDplusAuthPluginPhpGenericSaltedHex</mainclass>
20
                <mainclass>OIDplusAuthPluginPhpGenericSaltedHex</mainclass>
18
        </php>
21
        </php>
19
       
22
       
20
</manifest>
23
</manifest>
21
 
24