marcobellaccini/pyAesCrypt

appended text

psytron opened this issue · 1 comments

also would be great to
encFileSize = stat("data.txt.aes").st_size
maybe could be inferred automatically?

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.