Questions tagged [pgp]

Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication.

Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication. PGP is often used for signing, encrypting and decrypting texts, E-mails, files, directories and whole disk partitions to increase the security of e-mail communications. It was created by Phil Zimmermann in 1991.

PGP and similar products follow the OpenPGP standard (RFC 4880) for encrypting and decrypting data.

Resources

817 questions
-1
votes
2 answers

Is there a good python library that provides PGP decryption functionality without the use of a subprocess?

I am looking for a way to decrypt pgp messages in python without the use of a subprocess. I have checked out http://wiki.python.org/moin/GnuPrivacyGuard but none of those solutions worked. Pyme almost worked except I hit a wall when trying to use…
user19745
  • 3,499
  • 8
  • 25
  • 21
-1
votes
1 answer

difference between symantec command line pgp encryption & other pgp encryption tool like iGolder,GnuPG etc

what is difference between symantec command line pgp encryption and other pgp encryption tool like iGolder,GnuPG etc. Is it possible that a file pgp encrypted by symantec command line that can be decrypt by other tool like iGolder,GnuPG, bouncy…
Palash
  • 26
  • 4
-1
votes
1 answer

How to put the key for image encryption using AES Algorithm

I'm newbie in java. I already have a code for AES algorithm for image encryption. My problem is I just want to add the key for my encrypt image and only the person I give the key can only decrypt the image example such as symmetric encryption,…
-1
votes
1 answer

if statmaen in php is not showing correct

the if statement is not showing correct, it is always showing true even is is wrong. $sql ="SELECT * FROM `namemap` WHERE `info_hash`=='{$_GET['info_hash']}'"; if ( $sql == true ) {errorexit(`error`); }
-1
votes
1 answer

incompletely download of pgp file from ftp sever using apache.commons.net

I'm trying to transfer a pgp file with apache.commons.net.ftp.FTPClient, result seems successfully, but when I want to convert it to a txt file I encounter to this error: gpg: [don't know]: invalid packet (ctb=20) and when I check the exact size of…
Narges
  • 1,345
  • 6
  • 14
  • 29
-1
votes
1 answer

What is at the end of PGP blob?

I am trying to decrypt a portion of an email that is encrypted with PGP. In the examples I looked at, the end of the encrypted data had an "===" then some characters. Are they part of the format? Example vNg===eWY7
cybergoof
  • 1,407
  • 3
  • 16
  • 25
-1
votes
1 answer

Class 'gnupg' not found?

When i try to use gnupg class $gpg = new gnupg(); show me this error, i used windows 8 How can i solve this problem ?
user3484171
  • 21
  • 1
  • 2
-1
votes
2 answers

Bouncy Castle Encryption

I have a requirment to send PGP Encrypted CSV Files to SFTP and i know nothing aboutr PGP. After a lot of research I could find following code on internet using 'Bouncy Castle' Library. The code seems gogod but does not work for me given my…
14578446
  • 1,044
  • 7
  • 30
  • 50
-1
votes
1 answer

PGP/GPG Sign and Encrypt using different key size

Is it possible or compatible when encrypting file with gpg/pgp, our client is signing it using 1024 bits key (their private key) and then encrypt it using our public 2048 bits key? Will this cause any issues? Thanks, Eka
Eka
  • 1
-1
votes
3 answers

Public Key Encryption/Decryption of data

When some data is encrypted with PGP, no password is provided. What is the password used in the symmetric algorithms portion of PGP? this is the output of a small string encrypted with AES 256. -----BEGIN PGP MESSAGE----- Version: BCPG…
calccrypto
  • 8,583
  • 21
  • 68
  • 99
-2
votes
1 answer

Ho do I run the Bouncy castle algorithm from Mirth Connect?

I have good examples on how to call the Bouncy Castle algorithm from Java. But I am new to Mirth and JavaScript. Please help me to translate the below java program to JavaScript? Source: https://forums.mirthproject.io/forum...ncryption-help public…
sgowd
  • 946
  • 3
  • 10
  • 27
-2
votes
1 answer

How to import existing OpenPGP keys to Claws mail?

I installed PGP plugins for Claws mail, but there is no option in the settings to import my existing keys. Is it possible? How to import key that was generated? I can not decrypt incoming messages in Claws without my imported private key.
Nairum
  • 1,217
  • 1
  • 15
  • 36
-2
votes
1 answer

PGP in Linux server

i am new to PGP and i need some help here. i received a file with extension .asc which i got in mail from another pgp user and the instruction is file must be encryped and signed currently the user is using ftp server and we have .asc file in …
-2
votes
2 answers

PGP encryption in Informatica Powercenter

We have a requirement to extract a flatfile from one application into the Informatica server & load it thereon. However, we need to apply PGP encryption on the file before extraction & decrypt it once it's in the Informatica server. Can anyone…
NA2003
  • 17
  • 4
-2
votes
1 answer

Decryption Outlook Certificate Encryption mail on Android device use Certificate

I am developing a mail client on Android, so I need decryption mail send from an Outlook client use Certificate to signature and encryption, I have import user certificate on the phone and I have read user's public key and private key. I also read…
Fan
  • 81
  • 1
  • 7
1 2 3
54
55