sylvainpelissier / JeanGrey

Tools to perform differential fault analysis attacks (DFA).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jean Grey

Jean can manipulate other people's minds easily, achieving a variety of effects. The range at which she can perform these feats is greatly increased while she is accessing the Phoenix Force.

JeanGrey is a set of tools to perform differential fault analysis attacks (DFA).

Currently it contains the following tools:

  • phoenixAES for AES DFA attacks
  • phoenixAES-yifan for AES DFA attacks, a variant by Yifan Lu which will try all possible combinations of ciphertexts. Slower but handy when phoenixAES fails.
  • phoenixSM4 for SM4 DFA attacks
  • aes-known-key-fault-analysis to compute from a pair of correct and faulty ciphertexts where a fault has been injected (any round), once the key is known.

Similar tools:

About

Tools to perform differential fault analysis attacks (DFA).

License:GNU General Public License v3.0


Languages

Language:Python 100.0%