Skip to content
DummkopfOfHachtenduden edited this page Sep 19, 2021 · 1 revision
4   uint    versionBufferLength     // Is 8 to use blowfish directly on versionBuffer
*   byte[]  versionBuffer           // Contains a 4 blowfish encrypted ascii chars, remaining 4 bytes is padding.
*   byte[]  filePadding             // 1024 - 8 - 4 = 1012 bytes extra padding.

//ASCII_KEY is "SILKROADVERSION" but only the first 8 bytes are used for the key.
Clone this wiki locally