CT Book OpenSSL Code
Below are the four scripts for the OpenSSL appendix of the CrypTool Book.
There are two Bash shell scripts, each of which calls a Python 3 script:
-
(with the commands from chapters A.1.2-A.1.6, A.1.8 and A.1.9)
-
zahl-direkt-openssl-enc-dec.sh
(with the commands from A.1.7 to convert the parameters in PEM files to normal decimal numbers. The two PEM files are for demo.)
Please make the shell scripts executable before calling them in the Bash shell (chmod 744).