Subversion Repositories oidplus

Rev

Rev 1278 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1278 Rev 1282
Line 140... Line 140...
140
        /**
140
        /**
141
         * @return string
141
         * @return string
142
         * @throws OIDplusException
142
         * @throws OIDplusException
143
         */
143
         */
144
        public static function vnag_password(): string {
144
        public static function vnag_password(): string {
145
                return sha3_512(OIDplus::baseConfig()->getValue('SERVER_SECRET').'/VNAG');
145
                return OIDplus::authUtils()->makeSecret('65d9f488-f4eb-11ed-b67e-3c4a92df8582');
146
        }
146
        }
147
 
147
 
148
}
148
}