Skip to content

Commit

Permalink
Knit now holds useful information in crypted form
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jan 17, 2024
1 parent 4c5abdd commit 9c580c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/kelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ static uint8_t USER_HEADER_FMCB[16] = {0x01, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00,
static uint8_t USER_HEADER_FHDB[16] = {0x01, 0x00, 0x00, 0x04, 0x00, 0x02, 0x00, 0x4A, 0x00, 0x08, 0x01, 0x00, 0x00, 0x00, 0x00, 0x1B};
static uint8_t USER_HEADER_MBR[16] = {0x01, 0x00, 0x00, 0x04, 0x00, 0x02, 0x01, 0x57, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2A};

static uint8_t USER_Kbit_MBR[16] = {0x82, 0xf0, 0x29, 0xad, 0xe9, 0x53, 0x23, 0xf5, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
static uint8_t USER_Kbit_FHDB[16] = {0x40, 0xe9, 0x80, 0x4d, 0x2e, 0x92, 0xb0, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
static uint8_t USER_Kbit_FMCB[16] = {0xd9, 0x4a, 0x2e, 0x56, 0x01, 0x6e, 0xa7, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
static uint8_t USER_Kbit_MBR[16] = {0x6f, 0x6f, 0x40, 0x07, 0x59, 0x23, 0x2a, 0x48, 0x03, 0x45, 0xf6, 0xee, 0x9f, 0x24, 0xfe, 0xf1};
static uint8_t USER_Kbit_FHDB[16] = {0xcc, 0x3a, 0x5a, 0x4e, 0x5c, 0x7f, 0x7c, 0x23, 0xb7, 0x5e, 0x9b, 0xf6, 0xa0, 0x44, 0x4e, 0x05};
static uint8_t USER_Kbit_FMCB[16] = {0x24, 0x25, 0x1D, 0x05, 0xd1, 0x5e, 0x2d, 0x7d, 0x94, 0x3f, 0x4a, 0x30, 0x3f, 0x28, 0x24, 0xdb};

#pragma pack(push, 1)
struct KELFHeader
Expand Down

0 comments on commit 9c580c5

Please sign in to comment.