Desafio Labsec (SGC)
Public Member Functions | List of all members
SecondMilestone Class Reference

Second Milestone - Asymmetric Key Pairs More...

#include <SecondMilestone.h>

Public Member Functions

virtual ~SecondMilestone ()
 
void generateKeyPairs ()
 

Detailed Description

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.

See also
libcryptosec/RSAKeyPair
libcryptosec/KeyPair
FileIo

SELF EVALUATION (Requires previous milstone to run)
In evaluation folder run '$make second'.

Author
Lucas Perin

Constructor & Destructor Documentation

◆ ~SecondMilestone()

SecondMilestone::~SecondMilestone ( )
virtual

Member Function Documentation

◆ generateKeyPairs()

void SecondMilestone::generateKeyPairs ( )

TODO Implement this function in the cpp file.

TODO(milestone2)


The documentation for this class was generated from the following files: