Category "pgp"

How can we do PGP encryption/decryption using RSA in Php?

I have installed GnuPG library and used below code for encryption and decryption: $public_key = '/path/0xC6235F66-pub.asc'; $private_key = '/path/0xC6235F66-se

Unable to decrypt PGP encrypted file into Stream from Azure Blob storage using C# scripting within script task of SSIS

I am trying to read the PGP encrypted file from Azure Blob Storage using SSIS package - Script Task- C# code into Stream, decrypt the file data into string and

Where can I find a list of algorithms name+number?

When you generate an PGP key-pair, you can choose a Public-Key algorithm: $ gpg --expert --full-gen-key gpg (GnuPG) 2.2.19; Copyright (C) 2019 Free Software Fou