-
Notifications
You must be signed in to change notification settings - Fork 375
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
AES-128-CBC and AES-256-CBC with the correct key lengths #164
Comments
Please follow this |
@idan003 any update with this? |
@idan003 Since it's a problem with lumen, the solution given by @elminson could not work, (still the analysis is good, thank you so much @elminson: you are right, it's about app key) so maybe you could have a look at https://stackoverflow.com/questions/30344141/lumen-micro-framework-php-artisan-keygenerate. |
Yes @rap2hpoutre, Lumen doesn't have the command, so needs to add an app key to .env,
You can close this issue :) |
@idan003 I close this issue. Let me now if there is anything else! |
Hi, i have issue with larvel log, i install everything and put everything in the config app file.
but when i try to go website.com/logs he tell me that:
The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
im use Lumen (5.6.4) (Laravel Components 5.6.*)
tnx
The text was updated successfully, but these errors were encountered: