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

Encryption of gitignore files is not currently supported. These files will be copied without change. #18

Open
rickyanwar opened this issue Aug 17, 2021 · 2 comments

Comments

@rickyanwar
Copy link

image
how to slove this, and ignoring

@SiavashBamshadnia
Copy link
Owner

What is your OS?
Do you have config/source-encrypter.php file? If you have it, please send it here.

@Sophist-UK
Copy link

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.

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