(newbie here) I try to analyze amateur cryptosystem and wondering, if it's possible to reduce it as reduce a very long boolean expression? What tool can I try to use?
Tell me more
×
Cryptography Stack Exchange is a question and answer site for
software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.
|
closed as not a real question by Paŭlo Ebermann♦ May 16 '12 at 22:38
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
A known plaintext attack on a cryptosystem can often be expressed in the formalism of boolean satisfiability, then if the cryptosystem is weak solved using a solver program such as these ones. |
||||
|
|