Secure large file decryption using Linux, Go and Nacl
Secure large file decryption using Linux, Go and Nacl
www.broken-by-design.fr
Secure large file decryption using Linux, Go and Nacl | Broken by Design
This article describes strategies than can be used to decrypt securely large files that do not fit in RAM, thanks to Linux.
cross-posted from: https://lemmy.ml/post/145475
In this article, I explain the challenges of decrypting large files that do not fit in RAM and some possible solutions leveraging Linux and a good high-level crypto library written in Go.