Files
rclone/backend/crypt
Tomasz Raganowicz c1ad0291c6 crypt: Introduce cipherVersion on the object level
Introduce cipherVersion on the object level, so it can then be used in Size() function to determine the correct decrypted size based on explicit object version; Modify DecryptDataSeek and newDecrypterSeek, to include 'o *Object' parameter, so it can then be passed to newDecrypter where version detection happens based on magic bytes.
2024-10-07 17:12:43 +02:00
..