-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45d9398
commit 79044ef
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
paccor is a popular solution for creating the [TCG Platform Certificate](https://trustedcomputinggroup.org/resource/tcg-platform-certificate-profile/). The platform certificate enables traceability of components throughout the hardware supply chain of a computing device. | ||
|
||
The [SMBIOS Component Class Registry](https://trustedcomputinggroup.org/resource/smbios-based-component-class-registry/) specifies how to encode information from SMBIOS enabled components into the platform certificate. | ||
|
||
This library can be used in subsequent programs to perform collection of information from systems according to the specification. | ||
|
||
A command line program is available for this library on [paccor's GitHub page](https://github.com/nsacyber/paccor). | ||
|
||
This library is also a hardware manifest plugin that allows paccor's hardware evidence collection methods to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin). | ||
|
||
See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example usage of this as a plugin. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
paccor is a popular solution for creating the [TCG Platform Certificate](https://trustedcomputinggroup.org/resource/tcg-platform-certificate-profile/). The platform certificate enables traceability of components throughout the hardware supply chain of a computing device. | ||
|
||
The [Storage Component Class Registry](https://trustedcomputinggroup.org/resource/storage-component-class-registry/) specifies how to encode information from ATA-, SCSI-, and NVMe-enabled components into the platform certificate. | ||
|
||
This library can be used in subsequent programs to perform collection of information from systems according to the specification. | ||
|
||
A command line program is available for this library on [paccor's GitHub page](https://github.com/nsacyber/paccor). | ||
|
||
This library is also a hardware manifest plugin that allows paccor's hardware evidence collection methods to be integrated into any .NET program that can [manage](https://www.nuget.org/packages/paccor.HardwareManifestPluginManager) the [IHardwareManifestPlugin interface](https://www.nuget.org/packages/paccor.HardwareManifestPlugin). | ||
|
||
See the [HIRS .NET Provisioner](https://github.com/nsacyber/hirs/) code on github for an example usage of this as a plugin. | ||
|
||
|
||
|