Hacker News new | ask | show | jobs
by str4d 2360 days ago
Yes. age encrypts large files in 64 kiB chunks with 16 bytes of overhead per chunk, which strikes a balance between file size overhead and performance (particularly when seeking).
1 comments

That's interesting and seem to be an alternative to encrypted zip or 7z which could be used in productions?