Bitcoin Forum
June 19, 2024, 05:30:20 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: pgp  (Read 814 times)
geoffreyqp (OP)
Hero Member
*****
Offline Offline

Activity: 712
Merit: 500


View Profile
January 12, 2015, 04:44:17 PM
 #1

can someone explain to me BRIEFLY what pgp is?

and how it is more secure than say texting for verification? (if you know each others real life phone numbers)
Grand_Voyageur
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


https://dadice.com | Click my signature to join!


View Profile WWW
January 12, 2015, 04:48:27 PM
 #2

can someone explain to me BRIEFLY what pgp is?

and how it is more secure than say texting for verification? (if you know each others real life phone numbers)

Just use a Google search and you find PGP page on WikipediaWink

███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
█   ⚂⚄⚀⚃⚅⚁    ██  d a d i c e  ██    Next Generation Dice Game
• Low 1% house edge. • Provably Fair.  
███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
bitllionaire
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 12, 2015, 06:56:48 PM
 #3

with pgp you have a private key and a public key
with your private key you can sign messages and you can let people verify you hvae written them with your public key.

Its objective it to make messaging safer
SirChiko
Legendary
*
Offline Offline

Activity: 966
Merit: 1000



View Profile
January 12, 2015, 07:23:07 PM
 #4

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 and to increase the security of e-mail communications. It was created by Phil Zimmermann in 1991 while working at PKWARE, Inc.

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

The only online casino on which i won something. I made 17mBTC from 1mBTC in like 15 minutes.  This is not paid AD!

▀Check it out yourself▀
Welsh
Staff
Legendary
*
Offline Offline

Activity: 3276
Merit: 4111


View Profile
January 12, 2015, 08:33:44 PM
 #5

If you want to learn how to use PGP or just learn the basic concepts a good place to start is here. Although, some of the links are outdated, if you search it up you will find it located in a different site but, with the same information.
ncsupanda
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
January 12, 2015, 08:56:14 PM
 #6

Assuming you know some of the Bitcoin basics, you know about signing/verifying addresses/messages. The idea is the same.
Garbageknowledge
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 12, 2015, 11:03:13 PM
 #7

If you want to learn how to use PGP or just learn the basic concepts a good place to start is here. Although, some of the links are outdated, if you search it up you will find it located in a different site but, with the same information.

Good source for initial information. Thank you
Hope78
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 12, 2015, 11:30:44 PM
 #8

PGP combines some of the best features of both conventional and public key cryptography. PGP is a hybrid cryptosystem. When a user encrypts plaintext with PGP, PGP first compresses the plaintext. Data compression saves modem transmission time and disk space and, more importantly, strengthens cryptographic security. Most cryptanalysis techniques exploit patterns found in the plaintext to crack the cipher. Compression reduces these patterns in the plaintext, thereby greatly enhancing resistance to cryptanalysis. (Files that are too short to compress or which don't compress well aren't compressed).

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 you type. This session key works with a very secure, fast conventional encryption algorithm to encrypt the plaintext; the result is ciphertext. Once the data is encrypted, the session key is then encrypted to the recipient's public key. This public key-encrypted session key is transmitted along with the ciphertext to the recipient.

Decryption works in the reverse. The recipient's copy of PGP uses his or her private key to recover the temporary session key, which PGP then uses to decrypt the conventionally-encrypted ciphertext.

The combination of the two encryption methods combines the convenience of public key encryption with the speed of conventional encryption. Conventional encryption is about 1, 000 times faster than public key encryption. Public key encryption in turn provides a solution to key distribution and data transmission issues. Used together, performance and key distribution are improved without any sacrifice in security.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!