Replies: 1 comment
-
According to the man page: https://github.com/FiloSottile/age/blob/main/doc/age.1.ronn :
So I am assuming the formula should be: Update: After reading https://github.com/C2SP/C2SP/blob/main/age.md , there is obviously at least 3 lines of header I am missing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Is there any way to compute the encrypted file size quickly by using math formula based on the original file size? Assuming no recipients are set during the process. Even more, any reverse formula from the encrypted to the original?
I am asking this because I am building a file backup tool and want to detect some file changes quickly by comparing file sizes. If the computed size from unencrypted version 2 is different from the size of previously encrypted version 1, I could say that the two versions must be different. Some sort of shortcut logic.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions