Skip to content

Commit

Permalink
Version 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Apr 13, 2018
1 parent 0a8151c commit 0d279ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,13 @@

## [HEAD](https://github.com/kigster/sym/tree/HEAD)

[Changes since the last tag](https://github.com/kigster/sym/compare/v2.7.0...HEAD)
[Changes since the last tag](https://github.com/kigster/sym/compare/v2.8.4...HEAD)

## [v2.8.4](https://github.com/kigster/sym/tree/v2.8.4) (2018-04-12)
[Full Changelog](https://github.com/kigster/sym/compare/v2.8.0...v2.8.4)

- Fixed CircleCI
- made BASH completions faster

## [v2.8.0](https://github.com/kigster/sym/tree/v2.8.0) (2018-01-05)
[Full Changelog](https://github.com/kigster/sym/compare/v2.7.0...v2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sym/version.rb
@@ -1,5 +1,5 @@
module Sym
VERSION = '2.8.3'
VERSION = '2.8.4'
DESCRIPTION = <<-eof
Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment flow. As a layer of additional security, you can encrypt the private key itself with a password. Unlike many other existing encryption tools, Sym focuses on getting out of the way — by offering its streamlined interface, hoping to make encryption of application secrets nearly completely transparent to the developers. For the data encryption Sym uses a symmetric 256-bit key with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc.
Expand Down

0 comments on commit 0d279ae

Please sign in to comment.