Skip to content

Commit

Permalink
Merge pull request #50 from artart78/master
Browse files Browse the repository at this point in the history
Add IPL decryption key for 06g
  • Loading branch information
John-K authored Jan 19, 2024
2 parents 7af2f3e + d9f99cf commit b71c908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipl_decrypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ std::map<u32, std::array<u32, 8>> g_keys {
{0x791e4cd7, {0xcb69b76f, 0x6aba2c7f, 0xb808770e, 0xaddf932a, 0xb07ebfac, 0x447c43b3, 0x4cc9ce7d, 0x00000000}}, // 6.00, 6.10, 6.20 03g
{0xa24e1fa2, {0x93c4833f, 0x76a42f6b, 0x005a7db5, 0xb2449bd6, 0x085cea84, 0x987d971d, 0xe3a38f0c, 0x00000000}}, // 6.00, 6.10, 6.20 04g
{0x0efa302b, {0xb886fa46, 0xbf9132f4, 0x84fd77aa, 0x9dc7f006, 0x43f3d726, 0x3fa9e3eb, 0x7fa1af0c, 0x00000000}}, // 6.10, 6.20 05g
{0xe3bcc58f, {0x80b33ce8, 0x02ff8486, 0xb297f0f0, 0x05b25e0c, 0xe8bec656, 0x9208f044, 0x1ebd9007, 0x00000000}}, // 6.00, 6.20 06g
{0xdf2909ba, {0xcd9c739f, 0x5077f132, 0x64079858, 0x01890036, 0x18bda892, 0xc31afe19, 0x309d6b46, 0x00000000}}, // 6.3x 01g
{0x545f427d, {0x1039fa9d, 0x4dbb2c77, 0x85c4f2c2, 0x51603084, 0x45190185, 0x0dea4d7d, 0x9c2853b8, 0x00000000}}, // 6.3x 02g
{0x6bb07a45, {0x70c01e9f, 0x8614069e, 0xa7cf50ab, 0xf9fe95c4, 0xe082ba29, 0x13bb2928, 0x06f2c942, 0x00000000}}, // 6.3x 03g
Expand Down

0 comments on commit b71c908

Please sign in to comment.