Results 1 to 4 of 4
  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

    AikaBin Cryptor Decryptor Full Delphi code

    Prologue: I rechecked my app archive and decided to share with world all (nearly all) sources. Sometime ago I wrote programs on Delphi and collected some bags of useful stuff and solutions. Now all these stuff collect dust. Today I don’t see much point in storing these things on my hdd, ‘cuz someone can find something interesting in sources.

    Project name:
    AikaBin Cryptor-Decryptor

    Project features:
    • Drag'n'Drop feature: you can drop files/folders on Delphi form and process them
    • Form dragging: move your Delphi form by clicking on bg image (of you use forms without borders)
    • Threads and threads synchronization
    • Function to extract file name from file path (with or without extension)
    • Clipboard: send string to clipboard (don’t know where I use this func in app, but code exists)
    • Regular Expressions: easy way of using regexp in Delphi
    • Reading files and manipulating binary data
    • Some comments in code


    Notes:
    Some graphics were removed. You can’t compile this project without assigning image to some vars.

    Dependency:
    Raize Components are used in project. So, you should have these components for successful compilation

    Copyright and license:
    Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported


    Compiled app: https://progamercity.net/aika/970-re...decryptor.html

    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

  2. The Following 2 Users Say Thank You to Dwar For This Useful Post:


  3. #2
    h4x0r
    h4x0r is offline
    h4x0r's Avatar
    Join Date
    2011 Aug
    Location
    ..\root\home\pgc
    Posts
    826
    Thanks Thanks Given 
    64
    Thanks Thanks Received 
    525
    Thanked in
    205 Posts
    Rep Power
    14
    I also looked at the algorithm and found the 3 key

    PHP Code:
    static char Bin_Key_1[102] = {
            
    0xBE0xC60xC00xCC0xC50xDB0x200xB80xAE0xBD0xBA0xC6,
            
    0xAE0x200xC00xCE0xC40xDA0xB50xF90x200xB70xE70xC6,
            
    0xBE0xC00xD40xB40xCF0xB40xD90x2E0x200xB70xEA0xB7,
            
    0xE70x200xB60xF60xB60xF30x2E0x2E0x2E0x200xC00xB8,
            
    0x2E0x2E0x2E0x200xC10xA40xB80xBB0x200xC10xA40xB8,
            
    0xBB0x200xB10xCD0xC20xFA0xB40xD90x2E0x200xB10xD7,
            
    0xB70xA10xB50xB50x200xC70xD80xBE0xDF0xC70xCF0xB4,
            
    0xCF0x200xBE0xEE0xC20xBF0x200xBC0xF60x200xBE0xF8,
            
    0xC10xD20x2E0x2E0x2E0x20}; 
    Bin_Key_1 for
    ItemList0.bin
    UI\PI.bin
    UI\SetItem.bin
    PHP Code:
    static char Bin_Key_2[107] = {
            
    0xC00xCC0xB00xC50x200xC00xD00xC10xF60x200xB80xB6,
            
    0xBC0xBC0xBF0xE40x2E0x200xC00xD00xC00xB80xB80xE9,
            
    0x200xB30xAA0xBB0xDB0xBB0xE70xB60xF70xB50xCB0xB4,
            
    0xCF0xB40xD90x2E0x200xC10xA60xB90xDF0x200xC00xFD,
            
    0xB40xEB0x200xC00xD00xC10xF60xB80xBB0xB00xED0x20,
            
    0xC20xF80xC70xD10x200xBB0xE70xB60xF70xB50xEE0xB7,
            
    0xCE0x200xBB0xE70xBC0xBC0xBF0xE40x2E0x200xBE0xC6,
            
    0xBC0xCC0xC10xD20x3F0x200xC10xC10xC00xBA0xBC0xBC,
            
    0xBB0xF30xB80xB80xB50xEC0xBD0xC30xB40xD90x2E}; 
    Bin_Key_2 for
    ActionText.bin
    SkillData0.bin
    UI\BW.bin
    UI\Dialog.bin
    UI\Easing.bin
    UI\MakeItems.bin
    UI\Quest.bin
    UI\Recipe.bin
    UI\RecipeRate.bin
    UI\Reinforce.bin
    UI\Reinforce2.bin
    UI\Reinforce3.bin
    UI\ReinforceA01.bin
    UI\ReinforceW01.bin
    UI\Siege01.bin
    UI\Siege02.bin
    PHP Code:
    static char Bin_Key_3[108] = {
            
    0xC00xCC0xB00xCD0xB50xCE0x200xC00xCE0xC40xDA0xB5,
            
    0xF90xC00xD40xB40xCF0xB40xD90x2E0x200xB90xB90x20,
            
    0xC00xCE0xC40xDA0xB50xF90xC70xCF0xB10xE20xB00xA1,
            
    0x200xB10xCD0xC20xFA0xBE0xC60xBC0xAD0x200xC00xCC,
            
    0xB70xB80xB00xD40x200xC70xCF0xB00xED0x200xC00xD6,
            
    0xBD0xC00xB40xCF0xB40xD90x2E0x200xB90xB90x7E0x20,
            
    0xBE0xEE0xC20xBF0x200xBC0xF60x200xBE0xF80xC10xD2,
            
    0x3F0x200xB10xD70xB70xB80xB00xD40x200xBB0xFD0xB0,
            
    0xA20xC70xCF0xBD0xC30xC10xD20x3F0x200xC80xEC0x2E}; 
    Bin_Key_3 for ?

  4. #3
    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
    Quote Originally Posted by h4x0r View Post
    Bin_Key_3 for
    Dunno... As I remember, some bin were encrypted, some not; maybe this key just reserved?
    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

  5. #4
    DelphiMaster
    DelphiMaster is offline
    New member DelphiMaster's Avatar
    Join Date
    2017 Mar
    Posts
    7
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    3
    Thanked in
    1 Post
    Rep Power
    0
    I'm new to the forum, it's interesting this decrypt.

Similar Threads

  1. [Source] Aika jit to dds Converter Full Delphi source.
    By Dwar in forum Delphi
    Replies: 1
    Last Post: 2012-07-23, 02:21 PM
  2. [Delphi] Delphi elementclient inject
    By marcelo380 in forum Perfect World
    Replies: 0
    Last Post: 2012-06-08, 09:13 PM
  3. delphi source code - npcgen.data NPC dumper
    By idk123 in forum Perfect World
    Replies: 3
    Last Post: 2012-05-22, 04:23 AM
  4. [Delphi] Delphi Training Video
    By Dwar in forum Programming Tutorials
    Replies: 0
    Last Post: 2010-11-29, 04:10 PM
  5. full enchanments
    By flashkid in forum Requiem Online
    Replies: 2
    Last Post: 2010-11-29, 03:59 PM

Posting Permissions

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