RubyGems Navigation menu

sym 2.5.0

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 3.0.2 - September 23, 2022 (4.2 MB)
  2. 3.0.1 - February 12, 2021 (4.2 MB)
  3. 3.0.0 - August 15, 2020 (2.8 MB)
  4. 2.10.0 - August 14, 2020 (1.4 MB)
  5. 2.8.5 - October 13, 2018 (1.4 MB)
  6. 2.5.0 - March 05, 2017 (52.0 KB)
顯示所有版本(共 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 checksum:

7acf8cf8ab03d4896909f9f15c06c9a5360cd72c9b946910c82a92463c37183d

總下載次數 355,316

這個版本 1,670

License:

Ruby 版本需求: >= 2.2

New versions require MFA: true

相關連結: