![]() |
|
#1
|
|||
|
|||
|
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. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Identify an unknown 64 bit Packer | Kurapica | General Discussion | 1 | 07-06-2021 01:05 |
| Help me for identify and unpack .net programm | ranadharm | General Discussion | 11 | 04-24-2018 22:52 |
| Trying to identify crypto algorithm | SiNTAX | General Discussion | 4 | 06-17-2010 03:23 |