Is symmetric encryption in kryptor authenticated? #66
-
Is symmetric encryption in kryptor authenticated? |
Beta Was this translation helpful? Give feedback.
Answered by
samuel-lucas6
Sep 27, 2023
Replies: 1 comment 1 reply
-
Yep, ChaCha20-Poly1305 is used. You can find more detail here.
Yes, decryption will fail with an error. Even if the file is modified in the last chunk, the rest of the decrypted file will be deleted from disk. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
samuel-lucas6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, ChaCha20-Poly1305 is used. You can find more detail here.
Yes, decryption will fail with an error. Even if the file is modified in the last chunk, the rest of the decrypted file will be deleted from disk.