0

I have a tar.xz file.

So far I have seen many file extractions but not with tar.xz files with passwords.

Please, thank you for your help.

  • Could you clarify what do you mean by tar.xz files with passwords? Unless the extension is wrong, a tar.xz file is an archive (tar) compressed with xz: there is no password involved at any point. – rogdham Aug 24 '22 at 17:46

1 Answers1

0

The command is not like zip.

There is no option for defining/using a password to protect the contents.

"xz" is only a suffix to identify the compression scheme added after the tar file was created.

Eric Marceau
  • 1,601
  • 1
  • 8
  • 11