gpt4 book ai didi

Laravel:唯一支持的密码是具有正确 key 长度的 AES-128-CBC 和 AES-256-CBC

转载 作者:行者123 更新时间:2023-12-02 12:55:52 25 4
gpt4 key购买 nike

我安装了 Laravel 并将其上传到 git现在我下载了但是当我尝试进入该网站时,出现此错误:

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

我找到了这个答案:The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. laravel 5.3

我的config/app.php

'key' => env('APP_KEY'),

'cipher' => env('APP_KEY'),

我运行

php artisan key:generate

我的ENV文件:

APP_KEY=base64:zJQUL0Kuwhb2JL6L7IJ+1UO7IUSQSw2Td40F9LNABfE=

我运行composer update

但还是同样的错误...我尝试清除配置并缓存它,但这没有帮助。

我还能做什么?

最佳答案

您的 config/app.php 错误,请将密码条目更改为 'cipher' => 'AES-256-CBC'。您的 key 和密码都指向同一个 .env 变量。

关于Laravel:唯一支持的密码是具有正确 key 长度的 AES-128-CBC 和 AES-256-CBC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44619357/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com