-
Notifications
You must be signed in to change notification settings - Fork 17
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
Security Concern with Predictable Slugs and Offline Brute Forcing of Encrypted Content #8
Comments
Thanks for both of this issue and #9 I will work on it ina day or two. |
Another concern is that, through the encrypted notes, the length of the notes and the editing time and frequency can be leaked. |
@ouuan can you please elaborate? |
The length of the ciphertext is approximately the length of the plaintext, and the ciphertext updates when the plaintext updates. |
@ouuan yes, how would you recommend to solve this? |
I'm commenting on this issue, because it can be resolved by:
|
Alright! I will make this a priority then. Thanks for your input! @ouuan |
First off, nice work - this is a cool app! I reviewed and figured I'd share a concern that came up while I was building my similar project crypt.fyi.
The current approach for encrypting and retrieving notes introduces a potential security concern:
This could potentially expose user data if weak passwords are used, despite the encryption being performed client-side.
Suggested Improvements
To mitigate this issue, consider implementing the following changes:
The text was updated successfully, but these errors were encountered: