class
Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Object

The algorithm used for encrypting and decrypting Message objects.

It uses AES-256-GCM. It will generate a random IV for non deterministic encryption (default) or derive an initialization vector from the encrypted content for deterministic encryption.

See +Cipher::Aes256Gcm+.

Constants

DEFAULT_ENCODING = Encoding::UTF_8

Attributes

Show files where this class is defined (3 files)
Register or log in to add new notes.