Sha256: 2696265114d9ff6d7e521cfd5c48a6ea6e8943e09a44ab4e000723b04f64625f
Contents?: true
Size: 546 Bytes
Versions: 6
Compression:
Stored size: 546 Bytes
Contents
# # Symmetric Encryption for Ruby # --- production: # Since the encryption key must NOT be stored along with the # source code, only store the key encryption key here. private_rsa_key: # List Symmetric Key Ciphers in the order of current / newest first ciphers: - # Name of the file containing the encrypted key and iv. key_filename: <absolute/path/to/filename>.key iv_filename: <absolute/path/to/filename>.iv cipher: aes-256-cbc encoding: base64strict version: 1 always_add_header: true
Version data entries
6 entries across 6 versions & 4 rubygems