Add ExportedSession and improve RPC client handling.
This commit is contained in:
parent
0b51b47859
commit
42ba7013f7
6 changed files with 469 additions and 236 deletions
|
@ -11,7 +11,6 @@
|
|||
{
|
||||
print("Getting random encryption record\n");
|
||||
$encryptionRecord = EncryptionRecordsManager::getRandomRecord();
|
||||
var_dump($encryptionRecord);
|
||||
|
||||
print("Securing password\n");
|
||||
$securedPassword = SecuredPassword::securePassword('123-123-123', 'password!', $encryptionRecord);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue