Skip to content

Releases: subabrain/php-gtk3-rpget-win

php-gtk3-rpget

24 Jul 17:30
d87a4eb
Compare
Choose a tag to compare

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>

More coming soon ... good luck 👍