CookieCloud是一个和自架服务器同步浏览器Cookie和LocalStorage的小工具,支持端对端加密,可设定同步时间间隔。本仓库包含了插件和服务器端源码。CookieCloud is a small tool for synchronizing browser cookies and LocalStorage with a self-hosted server. It supports end-to-end encryption and allows for setting the synchronization interval. This repository contains both the plugin and the server-side source code
GNU General Public License v3.0
1.95k
stars
164
forks
source link
perf: AES 加密固定 IV 参数,支持标准 aes-128-cbc 加解密格式(#28) #29
具体原因见 #28 。主要修改点:
aes-128-cbc
使用 iv=0000000000000000
进行解密