Desafio Labsec (SGC)
|
Second Milestone - Asymmetric Key Pairs More...
#include <SecondMilestone.h>
Public Member Functions | |
virtual | ~SecondMilestone () |
void | generateKeyPairs () |
Second Milestone - Asymmetric Key Pairs
The second milestone uses Asymmetric Cryptography. You are expected to generate two RSA key pairs and write them to file. One key pair belongs to you, the other one will be a Root Certification Authority key pair. Note that, even though one key pair contains two keys, you can write them together in the same file. Hence, you will write two files for this milestone.
SELF EVALUATION (Requires previous milstone to run)
In evaluation folder run '$make second'.
|
virtual |
void SecondMilestone::generateKeyPairs | ( | ) |
TODO Implement this function in the cpp file.
TODO(milestone2)