Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1091 → Rev 1092

/trunk/plugins/viathinksoft/auth/A5_vts_mcf/OIDplusAuthPluginVtsMcf.class.php
30,6 → 30,7
 
if (str_starts_with($authKey, '$'.OID_MCF_VTS_V1.'$')) {
$data = crypt_modular_format_decode($authKey);
if ($data === false) throw new OIDplusException(_L('Invalid auth key'));
$algo = $data['params']['a'];
$bin_salt = $data['salt'];
$ver = '1';