About 328,000 results
Open links in new tab
  1. encryption - what is PGP public key block? - Super User

    Jul 18, 2011 · PGP then creates a session key, which is a one-time-only secret key. This key is a random number generated from the random movements of your mouse and the keystrokes …

  2. pgp - public and private key files (.pkr,.skr) - Stack Overflow

    Mar 1, 2012 · pgp --create-keyrings This will create a pubring.pkr (public keyring) and secring.skr (private keyring) file in the default keyring location. For Windows this is in the My …

  3. encryption - How does PGP Public and Private Keys work?

    Feb 26, 2020 · I recently tried to understand how PGP works: I encrypt plaintext with my private key and if I send that encrypted text to others with my public key they can encrypt that with my …

  4. PgP Encryption and Decryption using BouncyCastle c#

    Jan 18, 2016 · I know this question is years old but it is still #1 or #2 in Google for searches related to PGP Decryption using Bouncy Castle. Since it seems hard to find a complete, …

  5. C# How to simply encrypt a text file with a PGP Public Key?

    Nov 16, 2010 · Explore how to encrypt text files using a PGP public key in C# with step-by-step guidance and practical examples.

  6. How to do PGP in Python (generate keys, encrypt/decrypt)

    The program needs to be able to download a file every day encrypted with the user's public key and then decrypt it. So I need to find a Python library that will let me generate public and …

  7. Basic PGP Encryption / Decryption - Information Security Stack …

    Oct 25, 2017 · This public key was then used to encrypt some message. I then received this sample non-encoded encrypted message in a (*.pgp) file that I need to decrypt using the …

  8. c# - PGP Encrypt and Decrypt - Stack Overflow

    Apr 19, 2012 · I am really struggling with this, I need to encrypt and decrypt a string using BouncyCastle in C#. I really did try to do this on my own. I did manage to create my own keys …

  9. java pgp encrypt file with public key in asc file - Stack Overflow

    Aug 11, 2020 · 4 My customer use PGP desktop for file encryption. They send me a public key in an .asc file and I have to encrypt a zip file by this public key with java. But I can't find any java …

  10. Encrypt/Decrypt Files Using Bouncy Castle PGP in JAVA

    Feb 1, 2016 · Using the standard modern Java Core classes that have the JCE included (e.g. Java 1.8_303+), BouncyCastle Core, and Bouncy Castle provider, I have developed a Spring …