Igor Pavlov - 2024-12-17

you can use same password for new archive.
but first 16 bytes of lzma2 stream will be corrupted after recovering, because first 16 bytes depend from random 16-bytes AES-IV vector stored in footer.

So recovering will be more difficult.
You must write special software that
decodes aes part without lzma2 unpacking.
find new lzma2 chunk and you need recover from that chunk.