Raptor:XCP Custom Security Seed/Key: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor | [[Raptor-Dev-Configuration|Return to Configuration page]] | ||
[[File:RaptorXCPCustomSecuritySeedKey.jpg|right|frame|Raptor™ XCP Custom Security Seed/Key]] | [[File:RaptorXCPCustomSecuritySeedKey.jpg|right|frame|Raptor™ XCP Custom Security Seed/Key]] | ||
Line 22: | Line 22: | ||
| uint8[] | | uint8[] | ||
| The key to use when authenticating | | The key to use when authenticating | ||
|} | |} |
Latest revision as of 17:20, 14 September 2023
Return to the main Raptor page
Description
This block is used when the XCP security method is set to 'Custom User Defined'. This block is used to set the seed and key used for an authentication. The seed and key can be any length from 1-255. This block must be located inside the function call subsystem connected to the raptor_xcp_custom_security_trigger block.
Inputs
Input | Type | Description |
---|---|---|
Seed | uint8[] | The seed to use when authenticating. |
Key | uint8[] | The key to use when authenticating |