You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is probably possible for Laravel-Source-Encrypter phpBolt to encrypt non-php files using phpBolt, however because phpBolt can only decrypt-and-execute php files (as a single indivisible step), it is not going to be possible to decrypt them again.
The whole point of phpBolt doing decrypt-and-execute as a single indivisible step is to prevent anyone from decrypting the code back into a php file - that is what makes it secure when the encryption key is openly stated at the beginning of each encrypted php file.
So, by changing the code here you can make it encrypt the file, but don't expect ever to get it back again.
how to slove this, and ignoring
The text was updated successfully, but these errors were encountered: