PkCrack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
This package implements an algorithm that was developed by Eli Biham and Paul Kocher | This package implements an algorithm that was developed by Eli Biham and Paul Kocher. The attack is a known plaintext attack, which means you have to know part of the encrypted data in order to break the cipher. | ||
The attack is a known plaintext attack, which means you have to know part of the encrypted data in order to break the cipher | |||
==License== | ==License== | ||
This package was written and is copyright by Peter Conrad <conrad@unix-ag.uni-kl.de>. | This package was written and is copyright by Peter Conrad <conrad@unix-ag.uni-kl.de>. | ||
Commercial use in any form is strictly forbidden! You may use parts of the code in your own programs for non-commercial use in case you clearly state where you got it. Do not release software using parts of the code without the author's explicit consent. | Commercial use in any form is strictly forbidden! You may use parts of the code in your own programs for non-commercial use in case you clearly state where you got it. Do not release software using parts of the code without the author's explicit consent. | ||
==Links== | ==Links== | ||
* [http:// | *[http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html PkCrack] by Peter Conrad | ||
* [http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-1.2.2-os2.zip Version 1.2.2] | *[http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-1.2.2-os2.zip Version 1.2.2] | ||
*[http://web.archive.org/web/20050908141330/http://www.quasarbbs.net/cristiano/pkcrack_os2.zip Version 1.2.1] (compiled by [[Cristiano Guadagnino]]) | |||
[[Category: | [[Category:Archivers]] | ||
Revision as of 13:38, 27 October 2022
This package implements an algorithm that was developed by Eli Biham and Paul Kocher. The attack is a known plaintext attack, which means you have to know part of the encrypted data in order to break the cipher.
License
This package was written and is copyright by Peter Conrad <conrad@unix-ag.uni-kl.de>. Commercial use in any form is strictly forbidden! You may use parts of the code in your own programs for non-commercial use in case you clearly state where you got it. Do not release software using parts of the code without the author's explicit consent.
Links
- PkCrack by Peter Conrad
- Version 1.2.2
- Version 1.2.1 (compiled by Cristiano Guadagnino)