|
| ||||||||||
| Tags: acer, bios, digital signature, slic table, window 7 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Verifying the Digital Signature of a SLIC Table
|
|
#2
| ||||
| ||||
| Re: Verifying the Digital Signature of a SLIC Table
SLIC table (SLIC.BIN or ACPISLIC.BIN) is the name for the data present in the BIOS that contain private or public keys and OEMID. The combination of all these is known as CERTIFICATE .Microsoft uses asymmetric key algorithm for creating digital signatures and OEM licensing information that is included in SLIC tables. It is very important to verify the digital signature of SLIC table for checking the validation of SLIC table. |
|
#3
| |||
| |||
| Re: Verifying the Digital Signature of a SLIC Table
By using Asymmetric key algorithm digital signature is created. The digital signature is created with the OEM, which generates pair of public and private keys. The private key is secret and is kept hidden by the OEM, but the public key is visible in the SLIC table. The OEM id and the OEM table ID together with windows marker version, windows flag id and reserved bytes form a message. The message is hashed using the SHA-256 hash function to form a message digest. |
|
#4
| |||
| |||
| Re: Verifying the Digital Signature of a SLIC Table
To verify digital signatures, we need to generate SHA-256 hash of the Message and then we need to compare it with SHA-256 hash in the digital signature. For doing this we require to decrypt the digital signature. The decryption can be done by using public key from SLIC table. It is done by modular exponential Decryption = s^e mod n where s is the signature, e is the public key where as n is the public key modulus. |
|
#5
| ||||
| ||||
| Re: Verifying the Digital Signature of a SLIC Table
In the above post as explained by my friend is the procedure how digital key verified. Once the digital signature is decrypted or verified you can compare its SHA-256 hash matches with the one calculated before. So now I hope it is clear to you the way digital signature is verified. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Verifying the Digital Signature of a SLIC Table" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| After-market Motherboards Contain SLIC table or not? | Eleder | Motherboard Processor & RAM | 6 | 07-04-2011 10:40 PM |
| What is the Digital signature in cryptography? | beelow | Networking & Security | 3 | 01-12-2009 07:27 AM |
| Digital Signature for Authentication | Sadashiva | Networking & Security | 3 | 14-02-2009 08:33 PM |
| MSSQL$MICROSOFT##SSEE : Access to table dbo.backupmediaset is blockedbecause the signature is not valid. | Scott2580 | Small Business Server | 3 | 16-09-2008 04:46 AM |
| What is Digital signature of a software? | Sawantji | Windows Software | 2 | 11-09-2008 08:07 PM |