- The fifth dimension
- https://sofiaritz.com/
-
I'm a random girl who loves Rust and conlangs :)
- Joined on
2023-01-14
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
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
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:
- What…
Security of the encrypted notes
Chosen solution (modified from b051b923fdd6cb5009d8155c34e0e03944c2e13c):
Seems like according to the formula used (
E = L * log2(R)
, whereE
is the entropy,L
is the password length and…
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…