RubyGems Navigation menu

sym 2.5.3

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 3.0.2 - September 23, 2022 (4.2MB)
  2. 3.0.1 - February 12, 2021 (4.21MB)
  3. 3.0.0 - August 15, 2020 (2.8MB)
  4. 2.10.0 - August 14, 2020 (1.35MB)
  5. 2.8.5 - October 13, 2018 (1.36MB)
  6. 2.5.3 - March 11, 2017 (54.5KB)
全てのバージョンを表示(全33件)

Runtime依存関係 (6):

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

Development依存関係 (8):

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

所有者:

作者:

  • Konstantin Gredeskoul

SHA 256チェックサム:

94608070292eec3b463d36176428b3b6eece2849c6e50055f5224dbcf0d6e5c6

累計ダウンロード数 355,525

このバージョンのみ 1,682

ライセンス:

N/A

必要なRubyのバージョン: >= 2.2

新しいバージョンはMFAを必要とします: true

リンク: