arshidkv12 / phpBolt

Best php encoder - free | Encrypt php source code
https://phpbolt.com
236 stars 51 forks source link

secret key? #33

Open sircode opened 1 year ago

sircode commented 1 year ago

this is our encrypted example:

define('PHP_BOLT_KEY', 'kyc7fh'); bolt_decrypt( FILE , PHP_BOLT_KEY); return 0;

!!!##i4psiIu8tLxssa+0u2xztLG4uLtsw7u+uLBzh2w=

The encryption.php generates just this bolt_decrypt( FILE , PHP_BOLT_KEY); return 0;

!!!##i4psiIu8tLxssa+0u2xztLG4uLtsw7u+uLBzh2w=

Where does it get the defined key from? And when this key is not secret, everyone with the bolt.so can decrypt it, right? Or is there any way do hide the key?

lianglee commented 1 year ago

Same question here about the key 👍🏻

ay4t commented 9 months ago

i agree with this question