Procedures for secure transfer of License Keys by the operator upon purchase.
Attention! For the utility to operate correctly, you need the installed PHP OpenSSL extension.
php key-pass-tool.php
You will get the Keys successfully generated the message, as well as information about the placement of keys.
By default, a public key named pub.key and a private key named priv.key are placed in the home directory.
You can view the contents of the key files:
cat pub.key
In order to decrypt the data, you have to run the command:
php key-pass-tool.php --decrypt {/path/to/encrypted.key}
The file contains the decrypt option to decrypt the file; the default value is false.