Tag: gnupg

How to verify integrity of OpenWRT files

The OpenWRT page about download integrity verification describes three steps for a successful verification of downloaded files: Download the sha256sum and sha256sum.asc files Check the signature with gpg --with-fingerprint --verify sha256sum.asc sha256sum, ensure that the GnuPG …