You are here

protected property OpenSSLEncryption::$cypher in Ubercart 8.4

Cypher to use.

Valid values are defined by OpenSSL. Default is to use AES cypher in CBC mode.

Type: string

File

uc_store/src/OpenSSLEncryption.php, line 20

Class

OpenSSLEncryption
Provides encryption and decryption using OpenSSL.

Namespace

Drupal\uc_store

Code

protected $cypher = 'AES-128-CBC';