Sha256: d4b18dac7e0e17d67c4294fd4929968a30deeed5b99dd397a485172c78fc8930
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
module Sym VERSION = '2.3.0' DESCRIPTION = <<-eof Sym is a command line utility and a Ruby API that makes it trivial to encrypt and decrypt sensitive data. Unlike many other existing encryption tools, sym focuses on usability and streamlined interface (CLI), with the goal of making encryption easy and transparent. The result? There is no excuse for keeping your application secrets unencrypted :) You can password-protect the key for an additional layer of security, and store the key in the OS-X keychain. Use the key to reliably encrypt, decrypt and re-encrypt your application secrets. Use the -t CLI switch to transparently edit an encrypted file in an editor of your choice. Sym uses a symmetric aes-256-cbc cipher with a private key and an IV vector. eof end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sym-2.3.0 | lib/sym/version.rb |