f I use gpg to check the validity of a file, say file.tar.xz using a file.tar.xz.asc (downloaded to the pc), ie
gpg --verify file.tar.xz.asc file.tar.xz
Does this command simple compare file.xz.asc with the same (hopefully the same) file stored in file.tar.xz
Or is it more complicated. If so, please explain?
Thanks
gpg --verify file.tar.xz.asc file.tar.xz
Does this command simple compare file.xz.asc with the same (hopefully the same) file stored in file.tar.xz
Or is it more complicated. If so, please explain?
Thanks
Comment