Subversion Repositories oidplus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
308 daniel-mar 1
<?xml version="1.0"?>
2
<manifest>
3
 
4
        <type>OIDplusAuthPlugin</type>
5
 
6
        <info>
7
                <name>SHA3 salted hash (base64 notation)</name>
8
                <author>ViaThinkSoft</author>
9
                <version />
10
                <descriptionHTML><![CDATA[
11
                        <p>This auth method is the default method OIDplus uses for new passwords</p><p>The format is:</p><p><code>A2#X</code> with X being <code>sha3{base64}(salt+password)</code></p>
12
                ]]></descriptionHTML>
13
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.2</oid>
14
        </info>
15
 
16
        <php>
17
                <mainclass>OIDplusAuthPluginSha3SaltedBase64</mainclass>
18
        </php>
19
 
20
</manifest>