1
0
mirror of synced 2026-03-24 03:38:34 +08:00

crypto 长度错误

This commit is contained in:
Pauli
2022-06-11 11:38:47 +08:00
committed by khuntoriia
parent ac2aef980c
commit 33990b819f

View File

@@ -16,7 +16,7 @@
* limitations under the License.
*/
// crypto加密key请开发者自行替换
// crypto加密key请开发者自行替换。需要 32 位
export default {
key: 'crypto_algorithm_aes-256-cbc',
key: 'crypto_algorithm_aes-256-cbc1111',
};