A simple application demonstrating how to encrypt a plaintext and decrypt it back using OpenSSL's EVP API.
As it was built to target PPC machines, a custom variable CROSS_COMPILE needs to be set to empty string.
make CROSS_COMPILE=
A simple application demonstrating how to encrypt a plaintext and decrypt it back using OpenSSL's EVP API.
CMIT