
April 20th, 2012, 12:19 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Posts: 1
Time spent in forums: 18 m 10 sec
Reputation Power: 0
|
|
|
Crypto Algorithm Question - Power attack on RSA
Hello all!
I need to implement an algorithm that is able to attack an RSA oracle and retrieve the secret key taking advantage of power consumption analysis.
The oracle corresponds to a device D (smartcard) in which I can send a plaintext M and receive:
>t: represents an 8-bit power consumption sample within the i-th time period,
>c: (an octet string), a 128-bit ciphertext
Do you know which algorithm should I implement?
Thank you for reading.
|