string-encrypt 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -1
- metadata +4 -4
data/README
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings
|
1
|
+
String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings.
|
2
2
|
|
3
3
|
The string_encryption gem was started with the intention of being
|
4
4
|
compatible with the RSA and AES algorithms used in a javascript
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: string-encrypt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branden Giacoletto
|
@@ -9,12 +9,12 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-05-
|
12
|
+
date: 2009-05-16 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: |
|
17
|
-
String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings
|
17
|
+
String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings.
|
18
18
|
|
19
19
|
The string_encryption gem was started with the intention of being
|
20
20
|
compatible with the RSA and AES algorithms used in a javascript
|
@@ -85,6 +85,6 @@ rubyforge_project: string-encrypt
|
|
85
85
|
rubygems_version: 1.3.3
|
86
86
|
signing_key:
|
87
87
|
specification_version: 3
|
88
|
-
summary:
|
88
|
+
summary: String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings.
|
89
89
|
test_files: []
|
90
90
|
|