method

encrypt

v1_9_1_378 - Show latest stable - Class: OpenSSL::Cipher
encrypt(*args)
public

Make sure to call .encrypt or .decrypt before using any of the following methods:

Internally calls EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, 1).