Subversion Repositories oidplus

Rev

Rev 635 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
635 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"
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
 
7
        <type>OIDplusAuthPlugin</type>
8
 
9
        <info>
10
                <name>SHA3 salted hash (base64 notation)</name>
11
                <author>ViaThinkSoft</author>
12
                <version />
13
                <descriptionHTML><![CDATA[
14
                        <p>The format is:</p>
15
                        <p><code>A2#X</code> with X being <code>SHA3(salt+password)</code> in base64-notation</p>
16
                ]]></descriptionHTML>
17
                <oid>1.3.6.1.4.1.37476.2.5.2.4.4.2</oid>
18
        </info>
19
 
20
        <php>
21
                <mainclass>OIDplusAuthPluginSha3SaltedBase64</mainclass>
22
        </php>
23
 
24
</manifest>