Background The process involves encrypting and signing a file before transmitting it to an external server. Once received, the external server will: Decrypt the file using their private key (which pairs with the public key we used to encrypt it). Verify the signature using our public key (which pairs with the private key we used… Continue reading Signing and encrypting a file using N/pgp module