-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encrypted sourcecode #84
Comments
Hey Robert, how are you? I'd love to see the funcion. But i dont think this can released with this lib. But maybe we can create an separated lib for that, to run with any PHP code, what do you think? Where I can see this function? |
Hi Bruno, im fine and you? here an overview in the phpgtk sourcecode:
maybe you have some additional ideas :) edit: sorry i forgot the php code:
Regards |
and here an example aes code:
Regards |
Hi Bruno, maybe you have an idea how to handle the aes key ... thx! Regards |
Ow! very nice! Do you have any idea how work with multiple files? |
Hey Bruno, yes of ocurse you can use encrypted_file("aes_encrypted_file.php"); for multiple files :) or do you mean something else? Regards |
i mean, when one php include another php, how |
ahh - i see :) yes thats a good question - it is done with eval() - i will have to check :) Thx and Regards! |
Hello, ok i got a comfortable way now how to handle the aes key for windows :) i will release soon the whole stuff :) thanks and regards! |
This is very nice news. Create a repo, lets do this new project apart |
Ok - i made some Repos: https://github.com/subabrain/PHP-GTK3-Encrypt maybe someone could help to improve this ;) Thanks and Regards! |
hi together, i will redo my rpget - maybe you have also an idea how to handle a key ..... Regards |
ok, i got a way - i just mac address / time / hash ...... maybe you got an idea what we could use ;) Gn8 |
ok now i redo the rpget encrypter: the function "encrypted_file();" has the following parameters: encrypted_file("encrypted_file", "key_file"); here you find a encrypter for this: soon new stuff... Regards |
okay, now its better 😃 https://github.com/subabrain/php-gtk3-rpget-win have fun! Regards |
o man, this is very nice |
Hello together,
i already finished an in build php-gtk3 function named "encrypted_file" which will decrypt an aes phpgtk sourcecode for runtime.
so maybe @scorninpc we can implement this in the next releases ... im working on a tool how to encrypt ....
have a good night ;)
Regards
Robert
The text was updated successfully, but these errors were encountered: