PGP: Serious flaw found in secure email tech

Brink

Administrator
Staff member
Local time
9:14 PM
Messages
74,848
Location
Oklahoma
A widely used method of encrypting emails has been found to suffer from a serious vulnerability, researchers say.

PGP (Pretty Good Privacy) is a data encryption method sometimes added to programs that send and receive email.

Details about the vulnerability were released by the Suddeutsche Zeitung newspaper prior to a scheduled embargo.
Previously, the Electronic Frontier Foundation (EFF) had advised immediately disabling email tools that automatically decrypted PGP.

The problem had been investigated by Sebastian Schinzel, at Munster University of Applied Sciences.

After the embargo on releasing details about the vulnerability was lifted, Mr Schinzel and colleagues published their research revealing how the attack on PGP emails worked.

A website explaining the issue has also now been made public.


Read more: PGP: 'Serious' flaw found in secure email tech - BBC News
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
I always thought that PGP wasn't that good of an encryption standard to use. Instead, I think perhaps a one time pad implantation should be used. The only issue is trying to pass the pad securely. Perhaps that part can be done with AES 256 or ECC or something. Perhaps even a cascade of ciphers like AES 256, ECC and Blowfish. But then again, the whole E-mail could use a cascade of ciphers as well. It's just that a one time pad is uncrackable providing it's used correctly and the pad is never reused.

Perhaps in the corporate environment a digital one time pad can be generated at the office using a type of synchronous USD fob.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
I always thought that PGP wasn't that good of an encryption standard to use. Instead, I think perhaps a one time pad implantation should be used. The only issue is trying to pass the pad securely. Perhaps that part can be done with AES 256 or ECC or something. Perhaps even a cascade of ciphers like AES 256, ECC and Blowfish. But then again, the whole E-mail could use a cascade of ciphers as well. It's just that a one time pad is uncrackable providing it's used correctly and the pad is never reused.

Most vulnerabilities found aren't actually problems in PGP, but in software rendering the decrypted emails instead. PGP is still the best possible choice.

One time pad is great and theoretically uncrackeable, but has the problem that it needs as much random key material as plain text, and you must ensure confidenciality of the key. AES is a symetric algorithm, so you also need to ensure key protection by other means, that's what makes them impractical.

PGP uses those but in addition uses RSA, an asymetric key encryption, that's what makes really possible to have encrypted email without worrying about key distribution. Each one as a private key that's never sent to anyone and a public key that's freely distributed, and that's all.
Not coincidentally, that's the very same kind of cryptography that powers TLS and therefore HTTPS, and what makes secure browsing possible without having to distribute private things, which makes it practical to use in real life.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Back
Top