Mukesh Kumarmkstech.hashnode.dev·Jul 9, 2024GPG Encryption/Decryption Quick GuideTo list the existing GPG keys: gpg --list-secret-keys --keyid-format=long gpg --list-signatures gpg -k --keyid-format long To generate gpg keys(Will ask for pass phrase), these commands will generate the pair of keys i.e. public and private keys wit...Discusspublic gpg key
Mukesh Kumarmkstech.hashnode.dev·Jul 9, 2024The Modification Detection Code (MDC)The Modification Detection Code (MDC) is an integrity check used in OpenPGP to ensure that encrypted messages have not been tampered with. Here’s how it works: Integrity Check: When a message is encrypted, an MDC is generated and appended to the mess...DiscussMDC