Results 1 to 10 of 13

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10

    Re: Aika Bin files encryption-decryption

    If you don't understand simple algorithm, I can't help.
    buffer - array of bytes;
    buffer = buffer_value - ( byte from cipher table ( ECX value mod length cipher_table) + ECX value )
    Incorrect. Should be:
    buffer = buffer_value - ( byte from cipher table ( CL value mod length cipher_table) + CL value )

    Example of decrypted BW.bin in attachment

    Please register or login to download attachments.

    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •