←back to thread

16 points RaiyanYahya | 1 comments | | HN request time: 0.27s | source
Show context
CBLT ◴[] No.44440041[source]
Skimmed the readme, seems like it's not AEAD? I don't see any reason to use a tool that's not AEAD.

Also, while I get the appeal of just storing it all in a giant JSON, I don't really feel that's the final word in simple storage formats. I'd personally just use SQLite, or some other format I could rsync.

replies(3): >>44440127 #>>44440230 #>>44440720 #
1. w1nt3rmut3 ◴[] No.44440720[source]
It is using https://cryptography.io/en/latest/hazmat/primitives/symmetri... so no aead. And also using this library as it strongly encourages to use something else. Because of footguns like this.