Last update at :2024-03-22,Edit by888u
CookieCloud is an open source cookie synchronization tool developed by the well-known push tool Server Sauce developer. It is mainly used to synchronize browser login status and Local Storage.
What are cookies
It is a credential that can represent our login identity for a short time and is usually stored in the browser. So synchronizing cookies is actually synchronizing the login status.
What are the specific uses of CookieCloud
CookieCloud is a small tool that can synchronize cookies on its own server. It consists of a browser plug-in and a server side. It can synchronize the login status of the browser to the mobile phone and the cloud. It has built-in end-to-end encryption and configurable synchronization intervals.
1. Synchronize login status between multiple browsers.
For example, I have two browsers, Edge and Chrome. I mainly use Edge and occasionally Chrome. But every time I open Chrome, a bunch of websites ask me to log in. With CookieCloud, cookies can be automatically synchronized. You can also synchronize your computer login status to the Kiwi browser on your phone.
2. Browser automation.
In order to avoid duplication of work, more and more students are now using automated tools. It is very troublesome to simulate login in these tools. In order to avoid the login step, many tools currently require you to copy cookies manually. This operation is cumbersome, error-prone, and often expires. With CookieCloud, the tool can obtain the latest cookies from CookieCloud regularly without user manual operation.
CookieCloud security instructions
Cookies are very sensitive things, equivalent to passwords to a certain extent. So we shouldn't give it to other people. CookieCloud's synchronization uses AES end-to-end encryption, which means that the browser extension sends a locally encrypted cookie to the server, and when using a cookie, the browser/client retrieves it and then decrypts it locally. The server side always comes into contact with encrypted content, so even if the data is leaked, it is difficult to obtain the cookie content as long as the password is not known, and the security is very high.
Project address: https://github.com/easychen/CookieCloud
Self-hosted server:
The server-side setup is very simple and only requires one line of docker command:
Docker deployment
Supported architecture: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
docker run -p=8088:8088 easychen/cookiecloud:latestClient plug-in download:
1. The Edge store is now available, search "CookieCloud a>" can be seen.
2. The Chrome store has not yet reviewed it. You can unzip the ZIP package and import it into the browser in developer mode.
Chrome plug-in download address: https ://github.com/easychen/CookieCloud/files/10453467/chrome-mv3-prod.zip
Recommended site search: Guangzhou website registration, Korean proxy server, all-round virtual host, Singapore server, vps host, US proxy IP, vps server, proxy IP address, Taiwan server, PHP space purchase,
发表评论