To work the lab materials, please enter the following command:
git clone https://github.com/guikarai/LinuxONE-ECC.git
Let see together that nothing is missing. Please issue the following command:
ls
A directory name *LinuxONE-ECC is now available. Please let go inside this repository by issuing the following command:
cd LinuxONE-ECC
Let see together that nothing is missing. Please issue the following command:
ls
In the directory /RSA you will find a set of script allowing you to generate RSA keys, to perform a digital signature, and verify a digital signature.
In the directory /ECC you will find a set of script allowing you to generate ECC keys, to perform a digital signature, and verify a digital signature.
This ends this section, you can now start the RSA activity section.