Category Archives: openssl

OpenSSL: Symmetric en- and decryption of a file


Hi,

this post describes the en- and decryption of a file with a symmetric encryption algorithm.

Symmetric encryption means encryption and decryption is only possible with the same secret/password.
Continue reading OpenSSL: Symmetric en- and decryption of a file

Advertisment to support michlstechblog.info

OpenSSL: Build on Windows

Hi,

these steps compile openssl on Windows.
Continue reading OpenSSL: Build on Windows

Openssl: Setup an intermediate CA

Hi,

first ramp up your root CA as described in my previous post.
Steps to create a intermediate CA. Create the intermediate CA structure in filesystem
Continue reading Openssl: Setup an intermediate CA

Openssl: Create a root CA

Hi,

steps to create a CA. Create the CA structure in filesystem
Continue reading Openssl: Create a root CA