Hello,
I'm trying to get the PHP validation server running but always run into this problem when running install.php (on both Debian and Windows):
Code:
root@test:/var/www/yubico/yubiphpbase# php install.php
* Connected to DB successfully
Data schema seems OK, now insert initial data
Insert root client
Fatal error: Call to undefined function aesEncrypt() in /var/www/yubico/yubiphpbase/install.php on line 33
Same goes for utils.php
Code:
root@test:/var/www/yubico/yubiphpbase# php utils.php
API Key: iet79XguwVM0wCtR80WGHuxccpY=
Fatal error: Call to undefined function aesEncrypt() in /var/www/yubico/yubiphpbase/utils.php on line 24
I've been trying to find where the aesEncrypt() function is defined but cannot find it, is it some kind of PHP extension that I'm missing? Google came up short on this...