mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update README.MD
This commit is contained in:
@@ -29,7 +29,7 @@ The public key should be "30818902 ... 203010001". We can see this starts with "
|
||||
|
||||
|
||||
### A.2
|
||||
Now open-up the ZIP file for the certificate, and view the CER file.
|
||||
Now open-up the ZIP file for the certificates , and view the CER file.
|
||||
|
||||
* What other information can you gain from the certificate:
|
||||
* What is the size of the public key:
|
||||
@@ -80,6 +80,13 @@ Now use openssl to read the certificates:
|
||||
openssl x509 -inform der -in [certname] -noout -text
|
||||
```
|
||||
|
||||
### A.7
|
||||
Examine the following certificate, and identify its weakness.
|
||||
|
||||

|
||||
|
||||
Identify the OID number related to the public key encryption method, and use this page [here](https://oidref.com/) to identify it.
|
||||
|
||||
## B Creating certificates
|
||||
|
||||
Now we will create our own self-signed certificates.
|
||||
|
||||
Reference in New Issue
Block a user