-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've build Clipperz inspired alternative #144
Comments
#72 (QR codes) had also been closed |
#108 also closed |
It would be great to hear from any of the maintainers of this project if there are plans to continue work on it. It does seem a little unfortunate that there hasn't been any updates to this repo since 2019 yet the @clipperz twitter account seems very much current and active. @shlima Your fork looks great! Thanks for sharing your work! 😍 🔐 ✨ |
"Fixing" issue 116 (Able to create two accounts with the same username) actually breaks the core concept that makes this thing secure... IMHO a wrong move. The account must be identified by the pair |
I've been using clipperz for a long time, but I guess the project doesn't have maintain any more. So I decided to build clipperz alternative with power of secure features provided by modern browsers.
The project is called wault.pw (Github).
It uses go on backend, Nuxt and Vue on top of Typescript on frontend. Google Protobuf as transport layer and Postgres for the database.
Cryptographic primitives are used built into the browser via Webcrypto API (RSA, HMAC, SHA, AES-GCM, сryptographically-secure pseudorandom number generator). SRP6a is a self-written. This allowed to significantly speed up the flow.
MVP closes following issues:
Thanks for your work. Thanks for Clipperz! ❤️
The text was updated successfully, but these errors were encountered: