Results 1 to 10 of 20

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    toptaran
    toptaran is offline
    New member
    Join Date
    2012 Mar
    Posts
    9
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Are you sure it's source of current kar format?

    I founded some differences in header. Here is right:
    void readExternal(DataInput in)
    throws IOException, ClassNotFoundException
    {
    in.readByte(); // not known, not present in default
    if(in.readBoolean())
    password = in.readUTF();
    timestamp = in.readLong();
    in.readByte(); // not known, not present in default
    String deflatet = in.readUTF(); // was byte
    deflate = Integer.parseInt(deflatet.substring(deflatet.index Of("=") + 1, deflatet.length() - 1)) <= 0 ? false : true;
    One more interesting thing:
    password digest stored in kar(password = in.readUTF() has 29 symbols "8612427997cc3b484346c73f11bba", but must be 32, coz it's md5.

    Password do not match if nothing changed, password need to decrypt files. For headers is no need.

    Some files from image.kar:
    /arena/cg_loadingstg1_poyeen05.png
    /arena/cg_room1img_a00_01.png
    /mate/cg_mate2_B_angry.png
    /arena/cg_loadingstg1_black02.png
    /arena/cg_loadingstg1_event004.png
    /other/ic_planet_flowy.png
    /loading/loading_001.png

Similar Threads

  1. Selling-Cosmic break account
    By pingas in forum Selling Place
    Replies: 0
    Last Post: 2012-07-30, 05:10 AM
  2. Requiem Packet Decryption
    By aspergo in forum Requiem Online
    Replies: 1
    Last Post: 2012-07-14, 07:07 PM
  3. [JAVA] Simple Java Socket Programming.
    By emoisback in forum Programming Tutorials
    Replies: 0
    Last Post: 2011-12-21, 08:52 AM
  4. Aika Bin files encryption-decryption
    By Dwar in forum Aika Online
    Replies: 12
    Last Post: 2010-11-30, 05:04 AM

Posting Permissions

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