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: 1. Download the sha256sum and sha256sum.asc files 1. Check the signature with gpg --with-fingerprint --verify sha256sum.asc sha256sum, ensure that...