SiavashBamshadnia / Laravel-Source-Encrypter

Laravel and Lumen Source Code Encrypter
MIT License
535 stars 124 forks source link

Where do I set or see my encryption key? #27

Closed hanifhefaz closed 1 year ago

SiavashBamshadnia commented 1 year ago

The encryption key for each file is different. You can see them on the second line of encrypted-PHP files.

Screenshot (64)

hanifhefaz commented 1 year ago

So, when I deliver the code to the customer, he will see the key as well? will he be able to decrypt it back? Or someone who finds the code, can decrypt it back?

SiavashBamshadnia commented 1 year ago

No. There is no way to decrypt the source code. The only one who will have the source code is you.

MianAsif-Riphah commented 1 year ago

is there any chance of crash or can it effect my production environment in future? after some years like 5 or 10 years

SiavashBamshadnia commented 1 year ago

I'm not sure but I don't think so.