Files
MinecraftConsoles/Minecraft.Client/PS3/Passphrase/ps3__np_conf.h
2026-03-01 12:16:08 +08:00

76 lines
2.9 KiB
C

/* SCE CONFIDENTIAL
* Copyright (C) 2013 Sony Computer Entertainment Inc.
* All Rights Reserved.
*/
#ifndef __SCE_NP_CONF_H__
#define __SCE_NP_CONF_H__
#include <np.h>
static const SceNpCommunicationId s_npCommunicationId = {
{'N', 'P', 'W', 'R', '0', '5', '6', '3', '6'},
'\0',
0,
0
};
/***
SceNpCommunicationPassphrase
13b493c702a954afb5c81f45518addb35c4b566ff786a7adde3216bb805f60a1f5d17b1e407a354f667d5138add4ce19835d0120175a4c196f788084e2062bbaa4919cbad11753e0c9dba9d6d5fcb1731f3905ff5f3bbc1c28f0b381af4be562e5c9a5f46a24f9323f2f6c8747f9db145457f3e62a8be00b79b458062349e79d
***/
static const SceNpCommunicationPassphrase s_npCommunicationPassphrase = {
{
0x13,0xb4,0x93,0xc7,0x02,0xa9,0x54,0xaf,
0xb5,0xc8,0x1f,0x45,0x51,0x8a,0xdd,0xb3,
0x5c,0x4b,0x56,0x6f,0xf7,0x86,0xa7,0xad,
0xde,0x32,0x16,0xbb,0x80,0x5f,0x60,0xa1,
0xf5,0xd1,0x7b,0x1e,0x40,0x7a,0x35,0x4f,
0x66,0x7d,0x51,0x38,0xad,0xd4,0xce,0x19,
0x83,0x5d,0x01,0x20,0x17,0x5a,0x4c,0x19,
0x6f,0x78,0x80,0x84,0xe2,0x06,0x2b,0xba,
0xa4,0x91,0x9c,0xba,0xd1,0x17,0x53,0xe0,
0xc9,0xdb,0xa9,0xd6,0xd5,0xfc,0xb1,0x73,
0x1f,0x39,0x05,0xff,0x5f,0x3b,0xbc,0x1c,
0x28,0xf0,0xb3,0x81,0xaf,0x4b,0xe5,0x62,
0xe5,0xc9,0xa5,0xf4,0x6a,0x24,0xf9,0x32,
0x3f,0x2f,0x6c,0x87,0x47,0xf9,0xdb,0x14,
0x54,0x57,0xf3,0xe6,0x2a,0x8b,0xe0,0x0b,
0x79,0xb4,0x58,0x06,0x23,0x49,0xe7,0x9d
}
};
/***
SceNpCommunicationSignature
b9dde13b0100000000000000445ab6bd1446641da9599ec7c8126d7e43d872080daa9755d79db8418a96b88a3896bdcdaec4f22c08a961bcbea7bd24a89e609e950a20d80b444c3e5f086c72c68415c8f71d709642d314f441376fd43495717718a01fd3b6f3d8b08a7f2b8770b69cad9e200f69be21d072d021e323b4c379d9765b94c34fcbcc47860c4ad2b4c3420e84f62caebd9c91293b3f5913f9828106
***/
static const SceNpCommunicationSignature s_npCommunicationSignature = {
{
0xb9,0xdd,0xe1,0x3b,0x01,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x44,0x5a,0xb6,0xbd,
0x14,0x46,0x64,0x1d,0xa9,0x59,0x9e,0xc7,
0xc8,0x12,0x6d,0x7e,0x43,0xd8,0x72,0x08,
0x0d,0xaa,0x97,0x55,0xd7,0x9d,0xb8,0x41,
0x8a,0x96,0xb8,0x8a,0x38,0x96,0xbd,0xcd,
0xae,0xc4,0xf2,0x2c,0x08,0xa9,0x61,0xbc,
0xbe,0xa7,0xbd,0x24,0xa8,0x9e,0x60,0x9e,
0x95,0x0a,0x20,0xd8,0x0b,0x44,0x4c,0x3e,
0x5f,0x08,0x6c,0x72,0xc6,0x84,0x15,0xc8,
0xf7,0x1d,0x70,0x96,0x42,0xd3,0x14,0xf4,
0x41,0x37,0x6f,0xd4,0x34,0x95,0x71,0x77,
0x18,0xa0,0x1f,0xd3,0xb6,0xf3,0xd8,0xb0,
0x8a,0x7f,0x2b,0x87,0x70,0xb6,0x9c,0xad,
0x9e,0x20,0x0f,0x69,0xbe,0x21,0xd0,0x72,
0xd0,0x21,0xe3,0x23,0xb4,0xc3,0x79,0xd9,
0x76,0x5b,0x94,0xc3,0x4f,0xcb,0xcc,0x47,
0x86,0x0c,0x4a,0xd2,0xb4,0xc3,0x42,0x0e,
0x84,0xf6,0x2c,0xae,0xbd,0x9c,0x91,0x29,
0x3b,0x3f,0x59,0x13,0xf9,0x82,0x81,0x06
}
};
#endif /* __SCE_NP_CONF_H__ */