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.
Files changed (2) hide show
  1. data/README +1 -1
  2. 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
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-13 00:00:00 -06:00
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: "String open classed with AES-256 and RSA encryption and zipping methods for easy, secure, encryption of strings The string_encryption gem was started with the intention of being compatible with the RSA and AES algorithms used in a javascript library on http://www.pidder.com/pidcrypt . Usage and testing against the pidcrypt library hasn't been done yet, but is scheduled for the future. The intent of this library is to make encryption and decryption of a string as straight forward as capitalizing or reversing is. To encrypt a string: encrypted_secret = \"Super Secret Text\".encrypt(\"Super Secret Password\") To decrypt a string: decrypted_secret = encrypted_secret.encrypt(\"Super Secret Password\") Branden Giacoletto"
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