openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.29k stars 2.1k forks source link

Add support for cracking PGP WDE #2473

Closed kholia closed 7 years ago

kholia commented 7 years ago

https://www.symantec.com/connect/downloads/symantec-pgp-desktop-peer-review-source-code might be helpful for attacking PGP WDE.

kholia commented 7 years ago

I am looking for PGP WDE software for Linux. It is not easy / possible to download it anymore, it seems.

kholia commented 7 years ago

We have had this wishlist item for years. There seems to be no real user interest in this. It is no longer possible to download this software from Symantec. Hence I am closing this issue to reduce noise.

kholia commented 7 years ago

I was able to download "PGP WDE" for Linux today. It must be my lucky day. Here are the steps to download the "PGP WDE" product.

https://www.symantec.com/connect/downloads/symantec-pgp-desktop-peer-review-source-code might be relevant to this task too.

kholia commented 7 years ago

The quality of Symantec software is terrible. I can't even get their software working on Ubuntu 14.04 LTS and Ubuntu 12.04.4 (supported platforms).

After installation,

$ pgpwde
pgpwde: error while loading shared libraries: libxslt.so.1: ... No such file or directory

This is easily fixed by sudo aptitude install libxslt1.1. Next problem,

$ pgpwde --license-authorize --license-number "DU4UT-XVF47-Q54TA-MYH22-2FQ3Y-YEC D4Z4Y-PP7ZU-1V5RB-ELVPJ-6X9D4-VBA"
Operation license authorize failed:
Error code -11976: corrupt data

Running the above command as sudo has no impact and results in same error message.

Tried to find help but no luck with the following links,

https://support.symantec.com/en_US/article.TECH149270.html https://support.symantec.com/en_US/article.HOWTO42122.html

It is not possible to make progress on this task. Hence I am closing this task again.

kholia commented 7 years ago

This is how a PGP WDE bootguard screen looks like.

pgp wde - symantec encryption desktop 10 4 1 mp1

kholia commented 7 years ago

Sample data for testing -> Sample PGP WDE disk images.zip.

kholia commented 7 years ago

This is done now.