Skip to content

php-gtk3-rpget

Latest
Compare
Choose a tag to compare
@subabrain subabrain released this 24 Jul 17:30
· 2 commits to main since this release
d87a4eb

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 👍