Skip to content
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

secret key? #33

Open
sircode opened this issue Apr 14, 2023 · 2 comments
Open

secret key? #33

sircode opened this issue Apr 14, 2023 · 2 comments

Comments

@sircode
Copy link

sircode commented Apr 14, 2023

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
Copy link

lianglee commented Sep 2, 2023

Same question here about the key 👍🏻

@ay4t
Copy link

ay4t commented Jan 1, 2024

i agree with this question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants