Releases: subabrain/php-gtk3-rpget-win
Releases · subabrain/php-gtk3-rpget-win
php-gtk3-rpget
This is the first Release of rpget in new version - here you have the possibility to use php-gtk3 with encrypted files
here the function:
encrypted_file("encrypted.php", "key_file");
Important
you have to use the rpget_encrypt.exe program to encrypt a php-gtk3 extension (.php) file - you have to download with this release ...
it works as cli application - here the parameters (for "key_string" use a String with 16 chars length):
rpget_encrypt.exe <input_filename> <key_string> <encrypted_output_filename> <key_output_filename>