appended text
psytron opened this issue · 1 comments
psytron commented
also would be great to
encFileSize = stat("data.txt.aes").st_size
maybe could be inferred automatically?
marcobellaccini commented
Hi,
if you're encrypting/decrypting files, you'll likely want to use the file-oriented functions (that don't require to specify file length).
Check the README.