File::encrypt implementation vs secretstream #135
Labels
community
crypto
end user support
left-open-for-visibility
This is either already fixed, or the solution is easily understood. Leaving open for easy discovery.
First of all thank you for this comprehensive library and the libsodium guide, I've been deep diving into it lately and these really helped me to understand the library better!
When reading through the libsodium documentation I came across the
sodium_crypto_secretstream_*
methods. These methods allow the user to encrypt/decrypt streams easily (reference implementation from the readme). I was wondering, do you think these methods are a good option to use for encrypting and decrypting files, or do you think theFile::encrypt(...)
implementation Halite provides is a more secure option?The text was updated successfully, but these errors were encountered: