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

Version Path
nexpose_sourcefire-0.2.2 lib/sourcefire/config/encryption.config
nexpose_pxgrid-0.1.6-java lib/pxnx_jruby/config/encryption.config
nexpose_paloalto-0.1.3 lib/paloalto/config/encryption.config
nexpose_ticketing-1.5.2 lib/nexpose_ticketing/config/encryption.config
nexpose_ticketing-1.5.1 lib/nexpose_ticketing/config/encryption.config
nexpose_ticketing-1.5.0 lib/nexpose_ticketing/config/encryption.config