kimlimjustin / xplorer

Xplorer, a customizable, modern file manager
https://xplorer.space/
Apache License 2.0
4.12k stars 296 forks source link

feat: using bincode to serialize/deserialize storage data #216

Closed kimlimjustin closed 2 years ago

kimlimjustin commented 2 years ago

Motivation

The current approach to writing down users' preference settings is by writing in text format, as a result, it's easy to be read by other applications leading to security concerns. This PR intended to make it a little bit "harder" by using bincode serialize and deserialize method.

Changes

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

xplorer – ./docs

🔍 Inspect: https://vercel.com/kimlimjustin/xplorer/E9nQXZaZCihRz6XSu9H3NetcwzFg
✅ Preview: https://xplorer-git-feat-bincodestorage-kimlimjustin.vercel.app

updater – ./api/updater

🔍 Inspect: https://vercel.com/kimlimjustin/updater/DnfqNcu7aYUkqYnv8HhTSdvE7SxX
✅ Preview: https://updater-git-feat-bincodestorage-kimlimjustin.vercel.app