sym 2.8.4 → 2.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +7 -1
- data/README.md +12 -17
- data/design/sym-help.png +0 -0
- data/lib/sym/application.rb +1 -1
- data/lib/sym/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48ce8c9f1b590f80686db38a964a246eb907c47f76be5328c4d3b58b938bf70c
|
|
4
|
+
data.tar.gz: 7c93a25716dc37cb8da13ed1f147f95aebe727d198fb0e7ce1aede0b5172796e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f88bb670f4436459ce18e5374620ffcb72ceb45ce47e4bf20bca750886082eb100238a444e6042a60f51a9f5ae99f7b9b2a5793b2dc3df219fbaf6535bac59dc
|
|
7
|
+
data.tar.gz: aff671a46479011608900cd834572ae90be20831e928b433487f7284d4ab76db9e6d9f40b21f70388bc504a0a4355b5d5ccdc3c3e6a092594e8d393c8b83bf6d
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [HEAD](https://github.com/kigster/sym/tree/HEAD)
|
|
4
4
|
|
|
5
|
-
[Changes since the last tag](https://github.com/kigster/sym/compare/v2.8.
|
|
5
|
+
[Changes since the last tag](https://github.com/kigster/sym/compare/v2.8.5...HEAD)
|
|
6
|
+
|
|
7
|
+
## [v2.8.5](https://github.com/kigster/sym/tree/v2.8.5) (2018-10-12)
|
|
8
|
+
[Full Changelog](https://github.com/kigster/sym/compare/v2.8.4...v2.8.5)
|
|
9
|
+
|
|
10
|
+
- Merge pull request from Justin Nazari to fix -t when $EDITOR is nil
|
|
11
|
+
- https://github.com/kigster/sym/pull/18
|
|
6
12
|
|
|
7
13
|
## [v2.8.4](https://github.com/kigster/sym/tree/v2.8.4) (2018-04-12)
|
|
8
14
|
[Full Changelog](https://github.com/kigster/sym/compare/v2.8.0...v2.8.4)
|
data/README.md
CHANGED
|
@@ -1,30 +1,23 @@
|
|
|
1
1
|
# Sym — Light-weight Symmetric Encryption for Humans
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/sym)
|
|
4
|
-
[](https://rubygems.org/gems/sym)
|
|
6
5
|
[](https://travis-ci.org/kigster/sym)
|
|
7
6
|
[](https://circleci.com/gh/kigster/sym)
|
|
8
7
|
|
|
9
|
-
[](https://codeclimate.com/github/kigster/sym/maintainability)
|
|
9
|
+
[](https://codeclimate.com/github/kigster/sym/test_coverage)
|
|
11
10
|
[](https://codeclimate.com/github/kigster/sym)
|
|
12
|
-
|
|
13
|
-
**Discuss Sym on Gitter**:
|
|
14
|
-
|
|
15
11
|
[](https://gitter.im/kigster/sym)
|
|
16
12
|
|
|
13
|
+
|
|
17
14
|
---
|
|
18
15
|
|
|
19
|
-
|
|
16
|
+
Please checkout the post "**[Dead Simple Encryption with Sym](http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html)**" that announces this library, and provides further in-depth discussion. Your donation of absolutely any amount is very much appreciated.
|
|
20
17
|
|
|
21
18
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FSFYYNEQ8RKWU)
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
## Description
|
|
20
|
+
## Sym — Symmetric Encryption that's easy on Humans
|
|
28
21
|
|
|
29
22
|
<div style="padding 40px; margin: 40px; font-size: 13pt;">
|
|
30
23
|
|
|
@@ -58,9 +51,10 @@ Additionally, Sym comes with a helpful BASH wrapper `symit`.
|
|
|
58
51
|
|
|
59
52
|
Sym currently builds and runs on the following ruby versions:
|
|
60
53
|
|
|
61
|
-
* 2.2.
|
|
62
|
-
* 2.3.
|
|
63
|
-
* 2.4.
|
|
54
|
+
* 2.2.9
|
|
55
|
+
* 2.3.6
|
|
56
|
+
* 2.4.3
|
|
57
|
+
* 2.5.1
|
|
64
58
|
* jruby-9.1.7.0
|
|
65
59
|
|
|
66
60
|
### Motivation
|
|
@@ -598,7 +592,7 @@ Bug reports and pull requests are welcome on GitHub at [https://github.com/kigst
|
|
|
598
592
|
|
|
599
593
|
### License
|
|
600
594
|
|
|
601
|
-
**Sym** library is © 2016-
|
|
595
|
+
**Sym** library is © 2016-2018 Konstantin Gredeskoul.
|
|
602
596
|
|
|
603
597
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). The library is designed to be a layer on top of [`OpenSSL`](https://www.openssl.org/), distributed under the [Apache Style license](https://www.openssl.org/source/license.txt).
|
|
604
598
|
|
|
@@ -621,5 +615,6 @@ Please submit feature requests, bugs, or donations :)
|
|
|
621
615
|
* [Wissam Jarjoui](https://github.com/bosswissam) (testing, inspiration)
|
|
622
616
|
* [Megan Mathews](https://github.com/meganmmathews) (UX, CLI suggestions)
|
|
623
617
|
* [Barry Anderson](https://twitter.com/z3ndrag0n) (sanity checking, review)
|
|
618
|
+
* [Justin Nazari](https://github.com/JustinNazari) (bug fixes)
|
|
624
619
|
|
|
625
620
|
|
data/design/sym-help.png
CHANGED
|
Binary file
|
data/lib/sym/application.rb
CHANGED
data/lib/sym/version.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Sym
|
|
2
|
-
VERSION = '2.8.
|
|
2
|
+
VERSION = '2.8.5'
|
|
3
3
|
DESCRIPTION = <<-eof
|
|
4
4
|
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.
|
|
5
5
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sym
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Gredeskoul
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colored2
|