Hacker News new | ask | show | jobs
by todotask 2365 days ago
Is age designed to encrypt large binary files, which seem to increase the file size by 2KB.
1 comments

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).
That's interesting and seem to be an alternative to encrypted zip or 7z which could be used in productions?