Sofía Aritz sofia
sofia pushed to main at sofia/note-taking 2023-03-11 19:51:28 +00:00
482f3f7fb0 Use a more idiomatic way to convert a HashMap to an Option<HashMap>
sofia pushed to main at sofia/note-taking 2023-03-08 20:39:21 +00:00
c92e73328d Prevent zero-length metadata to be created
sofia pushed to main at sofia/note-taking 2023-03-08 20:15:23 +00:00
0e2d79fc72 Implement the addition of arbitrary metadata when creating a note
sofia pushed to main at sofia/note-taking 2023-03-06 17:23:40 +00:00
2078c82f45 Add a migration system for the new password system
sofia closed issue sofia/note-taking#1 2023-03-05 23:30:53 +00:00
Security of the encrypted notes
sofia pushed to main at sofia/note-taking 2023-03-05 23:30:53 +00:00
fab26f8c73 Show user a password-length indicator
sofia commented on issue sofia/note-taking#1 2023-03-05 23:21:49 +00:00
Security of the encrypted notes

The remaining thing to answer is: "Should the usage of a "good" password be enforced?".

This is quite difficult to answer, because there are many things to take into account:

  1. What…
sofia commented on issue sofia/note-taking#1 2023-03-05 23:05:01 +00:00
Security of the encrypted notes

Chosen solution (modified from b051b923fdd6cb5009d8155c34e0e03944c2e13c):

Seems like according to the formula used (E = L * log2(R), where E is the entropy, L is the password length and…

sofia pushed to main at sofia/note-taking 2023-03-05 23:03:45 +00:00
b051b923fd Show entropy to the user when inserting a password
sofia synced commits to main at sofia/website-cb-mirror from mirror 2023-03-05 20:45:59 +00:00
17a2371162 Update projects
sofia commented on issue sofia/note-taking#1 2023-03-05 16:38:27 +00:00
Security of the encrypted notes

Reopening due to unsolved questions.

sofia reopened issue sofia/note-taking#1 2023-03-05 16:38:27 +00:00
Security of the encrypted notes
sofia commented on issue sofia/note-taking#1 2023-03-05 16:37:25 +00:00
Security of the encrypted notes

Chosen solution (modified from f4b5a0541d425a2505aecbd9135ba66ef329db9f):

The password is hashed using Argon2, with the salt being SHA256(password). The output hash is then encoded using…

sofia closed issue sofia/note-taking#1 2023-03-05 16:35:07 +00:00
Security of the encrypted notes
sofia pushed to main at sofia/note-taking 2023-03-05 16:35:07 +00:00
f4b5a0541d Improve security of encrypted notes
sofia commented on issue sofia/note-taking#1 2023-03-05 15:42:47 +00:00
Security of the encrypted notes

Related information:

This comment showcases case studies, example implementations, or things related to the issue.

sofia opened issue sofia/note-taking#1 2023-03-05 15:37:04 +00:00
Security of the encrypted notes
sofia pushed to main at sofia/docs 2023-03-05 14:08:50 +00:00
75c392e94c Update services and utils hosted
sofia created branch main in sofia/markdown-cv 2023-03-05 14:00:42 +00:00
sofia pushed to main at sofia/markdown-cv 2023-03-05 14:00:42 +00:00
0e837f3fdd Initial commit