View Single Post
  #1  
Old 12-24-2014, 20:04
The Old Pirate The Old Pirate is offline
Family
 
Join Date: Sep 2005
Posts: 120
Rept. Given: 51
Rept. Rcvd 73 Times in 22 Posts
Thanks Given: 9
Thanks Rcvd at 18 Times in 10 Posts
The Old Pirate Reputation: 73
Help identify crypto

Hi all.

How do you identify the cipher based on the assembly code of the encryption algorithm? I tried to use tools such as IDAScope, signsrch etc but none of them have found any constants (the program is not obfuscated).

I think the cipher in question is a common one but I am unable to tell which one. From what I see the ciphertext is a 256-byte block. There is also a static array in the code of which first 256 bytes are taken (the key?). Then I see both blocks are copied in memory in reverse order and then the magic is done.

Is anyone able to recognize it based on this description?
__________________

http://youtu.be/H0QfVDebLFg

Last edited by The Old Pirate; 12-24-2014 at 20:43.