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

avoiding RuntimeException #5

Closed
wants to merge 1 commit into from
Closed

avoiding RuntimeException #5

wants to merge 1 commit into from

Conversation

zymawy
Copy link

@zymawy zymawy commented Jun 16, 2018

while upgrading to 5.5 changed to AES-128-CBC
The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

while upgrading to 5.5 changed to AES-128-CBC
`The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.`
@sazanrjb
Copy link
Owner

sazanrjb commented Jun 16, 2018

What exactly does it solve? Since laravel supports both ciphers, both should work. Have you tried php artisan key:generate? @zymawy

@zymawy
Copy link
Author

zymawy commented Jun 17, 2018

Yup, I did. Could you please look at this #

@sazanrjb
Copy link
Owner

I just cloned the project, copied .env.example to .env, ran migration, seed, and generated a key. It worked fine.

Please make sure that the 32 characters key is set in APP_KEY inside .env file after you run php artisan key:generate

@zymawy
Copy link
Author

zymawy commented Jun 17, 2018

Thank You @sazanrjb For This Project I have solved my problem already changing the ciphers to AES-128-CBC And I just made this PR to help other. since everything is right please allow me to close this PR.

@zymawy zymawy closed this Jun 17, 2018
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

Successfully merging this pull request may close these issues.

2 participants