RubyGems Navigation menu

sym 2.6.0

Sym is a command line utility plus a straightforward Ruby API that makes it easy to transparently handle sensitive data such as application secrets using symmetric encryption with a 256bit key. Unlike many modern encryption tools, sym focuses on the streamlined interface (CLI), and offers many time-saving features that make encryption/decryption of application secrets and other sensitive data as seamless as possible. You can encrypt the key itself with a password, for an additional layer of security. You can choose to save the key to OS-X Keychain, making it difficult to get the key when only disk is accessible. Using memcached or DRb sym can cache passwords so that you don't have to retype it too often. Finally, the -t flag (edit mode) decrypts the file on the fly, and lets you edit the unencrypted contents in $EDITOR. Sym can read the key from many sources, including file, environment variable, keychain, or CLI argument — all of the above become arguments of -k flag: one flag to define the key no matter where it lives. Finally, set environment variable SYM_ARGS to common flags you use, and then have sym read these flags, activating this time-saving feature with -A flag. Sym uses a symmetric aes-256-cbc cipher with a private key and an IV vector, and is built atop of OpenSSL.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 3.0.2 - September 23, 2022 (4.2 MB)
  2. 3.0.1 - February 12, 2021 (4.21 MB)
  3. 3.0.0 - August 15, 2020 (2.8 MB)
  4. 2.10.0 - August 14, 2020 (1.35 MB)
  5. 2.8.5 - October 13, 2018 (1.36 MB)
  6. 2.6.0 - March 12, 2017 (56.5 KB)
Show all versions (33 total)

Runtime Dependencies (6):

coin ~> 0.1.8
colored2 ~> 3
dalli ~> 2.7
highline ~> 1.7
slop ~> 4.3

Development Dependencies (8):

aruba >= 0
bundler ~> 1
rake >= 0
rspec ~> 3
rspec-its >= 0
simplecov >= 0
yard >= 0

Owners:

Authors:

  • Konstantin Gredeskoul

SHA 256 checksum:

6246581cd9c85ada986a81248232920c1ce60daa75213d83f07e2497b6a91d50

Total downloads 351,254

For this version 1,618

Licenses:

N/A

Required Ruby Version: >= 2.2

New versions require MFA: true

Links: