December 21, 2020
Serverless API Backend for xBrowserSync
Ever since Xmarks Sync was shutdown by LogMeIn(LastPass), I was looking for a better cross browser & cross device bookmark synchronization service. While reviewing PrivacyTools I came across xBrowserSync which looked like a better alternative.
I liked the way it has been implemented using SHA-256 hash, 250000 iterations and AES-GCM algorithm to generate the hash of the custom password provided. Additionally, xBrowserSync provides a way to configure your own API backend where you store your information.
Read more