rustic icon indicating copy to clipboard operation
rustic copied to clipboard

Data is too short (less than 16 bytes), cannot decrypt.

Open christophershirk opened this issue 9 months ago • 2 comments

Error occurs for any backup after sending SIGINT to rustic (https://github.com/rustic-rs/rustic/commit/d1b11f9c5f8b83056a96608ea22a227f0d71431e ) process when it did not seem to resume uploading after moving WiFi networks.

Unable to rustic repair the index or snapshots.

RUST_BACKTRACE="1" rustic backup foo
[INFO] using config ./rustic.toml
[INFO] repository rclone:bar:baz: password is correct.
[INFO] using cache at /Users/zxcv/Library/Caches/rustic/{redacted}
error: `rustic_core` experienced an error related to `cryptographic operations`.

Message:
Data is too short (less than 16 bytes), cannot decrypt.


Some additional details ...

Backtrace:
   0: __mh_execute_header
   1: __mh_execute_header
   2: __mh_execute_header
   3: __mh_execute_header
   4: __mh_execute_header
   5: __mh_execute_header
   6: __mh_execute_header
   7: __mh_execute_header
   8: __mh_execute_header
   9: __mh_execute_header
  10: __mh_execute_header
  11: __mh_execute_header
  12: __mh_execute_header
  13: __mh_execute_header
  14: __mh_execute_header
  15: __mh_execute_header
  16: __mh_execute_header
  17: __mh_execute_header
  18: __mh_execute_header
  19: __pthread_deallocate

christophershirk avatar Jan 13 '25 06:01 christophershirk