krypt
krypt copied to clipboard
Chunk data processing
Describe the problem you're trying to solve If you want to hash / encode a big file, the whole file is loaded into ram and it allocated the size of the file.
Describe the solution you'd like Read the data in chunks of a specific size, so that only one chunk is loaded at the time.