router_crypt 0.4.0 → 0.4.1
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 +5 -5
- data/Gemfile.lock +16 -16
- data/README.md +3 -1
- data/lib/junos/common.rb +1 -1
- data/router_crypt.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 96629124186c761525a9267d7bff860b4628b90fb84a074b6b5a713923cb9095
|
|
4
|
+
data.tar.gz: be00f8179dd46b5ca2b33847b11af1ffe6094b40aa8de2ff652daed20d7319e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c332f54ce0dc461603fea72422a073fa086ba1b522b9e046b8bc725cfc74abf889221db34c821dbf81908d3a84fcf018b4caf454154a8a1f4a14264abddd11f
|
|
7
|
+
data.tar.gz: 6af700d3979f6bf6f813023ced2cf35f0c64f1e64460c4104efdbc67f306375f844aacecef33125eded1d8ce54120b28166b15bd7cedf74e96c94e8aa7eb64b0
|
data/Gemfile.lock
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
router_crypt (0.4.
|
|
4
|
+
router_crypt (0.4.1)
|
|
5
5
|
slop (~> 4.4)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
diff-lcs (1.
|
|
11
|
-
rake (
|
|
12
|
-
rspec (3.
|
|
13
|
-
rspec-core (~> 3.
|
|
14
|
-
rspec-expectations (~> 3.
|
|
15
|
-
rspec-mocks (~> 3.
|
|
16
|
-
rspec-core (3.
|
|
17
|
-
rspec-support (~> 3.
|
|
18
|
-
rspec-expectations (3.
|
|
10
|
+
diff-lcs (1.3)
|
|
11
|
+
rake (12.3.1)
|
|
12
|
+
rspec (3.7.0)
|
|
13
|
+
rspec-core (~> 3.7.0)
|
|
14
|
+
rspec-expectations (~> 3.7.0)
|
|
15
|
+
rspec-mocks (~> 3.7.0)
|
|
16
|
+
rspec-core (3.7.1)
|
|
17
|
+
rspec-support (~> 3.7.0)
|
|
18
|
+
rspec-expectations (3.7.0)
|
|
19
19
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
20
|
-
rspec-support (~> 3.
|
|
21
|
-
rspec-mocks (3.
|
|
20
|
+
rspec-support (~> 3.7.0)
|
|
21
|
+
rspec-mocks (3.7.0)
|
|
22
22
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
23
|
-
rspec-support (~> 3.
|
|
24
|
-
rspec-support (3.
|
|
25
|
-
slop (4.
|
|
23
|
+
rspec-support (~> 3.7.0)
|
|
24
|
+
rspec-support (3.7.1)
|
|
25
|
+
slop (4.6.2)
|
|
26
26
|
|
|
27
27
|
PLATFORMS
|
|
28
28
|
ruby
|
|
@@ -33,4 +33,4 @@ DEPENDENCIES
|
|
|
33
33
|
rspec
|
|
34
34
|
|
|
35
35
|
BUNDLED WITH
|
|
36
|
-
1.
|
|
36
|
+
1.16.1
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ router_crypt
|
|
|
3
3
|
|
|
4
4
|
About
|
|
5
5
|
-----
|
|
6
|
-
Ruby library and executable to (de)crypt various router vendors (JunOS, IOS, NXOS) password.
|
|
6
|
+
Ruby library and executable to (de)crypt various router vendors (JunOS, IOS, NXOS) password.
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Installation
|
|
@@ -18,11 +18,13 @@ rtrcrypt [encrypted password]
|
|
|
18
18
|
|
|
19
19
|
Library usage
|
|
20
20
|
-------------
|
|
21
|
+
```
|
|
21
22
|
require 'router_crypt'
|
|
22
23
|
|
|
23
24
|
RouterCrypt::IOS.decrypt ios_pw
|
|
24
25
|
RouterCrypt::NXOS.decrypt nxos_pw
|
|
25
26
|
RouterCrypt::JunOS.decrypt junos_pw
|
|
27
|
+
```
|
|
26
28
|
|
|
27
29
|
|
|
28
30
|
Thanks
|
data/lib/junos/common.rb
CHANGED
data/router_crypt.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: router_crypt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Saku Ytti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: slop
|
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
version: 1.3.6
|
|
104
104
|
requirements: []
|
|
105
105
|
rubyforge_project: router_crypt
|
|
106
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.7.6
|
|
107
107
|
signing_key:
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: Crypt library for JunOS/IOS/NX-OS passwords
|