this post was submitted on 30 Jun 2024
23 points (82.9% liked)

Open Source

30435 readers
306 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] zepplenzap@lemmy.one 16 points 2 months ago (6 children)

If I'm reading the code correctly, this uses the duration of your "time lock" as the duration for how long it will perform scrypt operations on the key derivation.

In other words, if you say you want to "lock" the secret for 5 days, the code will perform scrypt to generate the key for 5 days!!! Then it expects you to remember the iteration count to decrypt it.

I don't see any use case where that's a useful mechanism. Especially since it ignores other computers are likely faster at scrypt then yours is.

[โ€“] Super_gamer46861@lemmy.world 0 points 2 months ago

Yeah you have to wait x time to encrypt but gotta wait x time to decrypt as well

load more comments (5 replies)