minienigma 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3539d25d1fc0466e5a8e4b690d7b996b971dc5a8
4
- data.tar.gz: cf9682fed9f113cc9907330f91a652da86b796dd
3
+ metadata.gz: 1b25743c1d7d452db84ebc60ab0b88add58e3f3c
4
+ data.tar.gz: e498e4d18e86a7d7ade2820a80deef691e5c8849
5
5
  SHA512:
6
- metadata.gz: 5b11b85597a7e476ed3db27caf6dbc8e1f916647b8ddf7130cba50e44353e66e4206c3ad36739cb875004fcfbba32f010199aeeecf0ebae192741402fc492375
7
- data.tar.gz: daac7323ae0397f3de188e853ed5196c16d548e577e13f3ef888dee03b07b7688284b61db25d52f1403548e885dc25c34231c8a3ef51de513815a512175f4c9e
6
+ metadata.gz: 40abc5a2bd16286324cf315a23951296e19dca54000c458a884959cf50640b18a1f3699014946f885454359401d5e0ae7adb59febc7ad91533d11c7bc3b33300
7
+ data.tar.gz: 8a77b879a57c5bc69c6349c4df9cc562556c29868b36580da302737f87c9161fbd9d631dd89c731423b55c61c01a365f4aafd308f9375fa97fef8214e53cded4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minienigma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esteban Ochoa
@@ -12,6 +12,7 @@ date: 2014-02-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Minienigma it's a simple to use string encrypting/decrypting machine out of the box.
15
+
15
16
  It uses a AES 256 CBC algorithm which makes your data pretty secure this days.
16
17
  In order to use it, make sure to configure it using MiniEnigma.configure(key, iv)
17
18
  where key and iv needs to be a combination of characters.