Sofía Aritz sofia
sofia synced commits to main at sofia/website-cb-mirror from mirror 2023-03-12 16:45:59 +00:00
87e7ed9ffd improve(note-taking-experiment): Wording and improve image quality
b7c712a633 Add alt text to some images
ba33e0e00c post: note taking experiment
ba9b759e53 Implement weblog
2b63e27bfa Update contact page
Compare 7 commits »
sofia pushed to main at sofia/note-taking 2023-03-12 14:31:01 +00:00
237f343b33 Add link to article
sofia synced commits to main at sofia/website-cb-mirror from mirror 2023-03-12 00:36:14 +00:00
e342483f41 Fix a few nits
413110898c Move away from Svelte. Use 11ty (#4)
07e96cb9ed Add titles and favicon
445ed938a5 Initial 11ty port
98d9f656e1 Prepare 11ty branch
Compare 8 commits »
sofia opened issue sofia/note-taking#2 2023-03-11 20:35:23 +00:00
Build and release binaries
sofia pushed to main at sofia/note-taking 2023-03-11 20:17:17 +00:00
68011d61ee Start implementing settings page
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