Open
Description
Why doesn't it work like that?
require_once "../alomtools.php";
$key = alom_includekey_generate("password 1234");
$settings = [
'license' => [
'title' => 'example'
],
'identify' => [
'include_key' => $key
]
];
$includekey_encrypt = alom_includekey_encrypt('test', $key);
echo alom_includekey_decrypt($includekey_encrypt, $key);
Metadata
Metadata
Assignees
Labels
No labels