mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
crypto 长度错误
This commit is contained in:
parent
ac2aef980c
commit
33990b819f
@ -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',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user