phpBolt icon indicating copy to clipboard operation
phpBolt copied to clipboard

secret key?

Open sircode opened this issue 2 years ago • 2 comments

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?

sircode avatar Apr 14 '23 08:04 sircode

Same question here about the key 👍🏻

lianglee avatar Sep 02 '23 06:09 lianglee

i agree with this question

ay4t avatar Jan 01 '24 13:01 ay4t