RubyGems Navigation menu

string-encrypt 0.0.4

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

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.0.5 - May 16, 2009* (8 KB)
  2. 0.0.4 - May 13, 2009* (8 KB)
  3. 0.0.3 - May 12, 2009* (8 KB)
  4. 0.0.2 - May 12, 2009* (8 KB)

Besitzer:

Autoren:

  • Branden Giacoletto

SHA 256-Prüfsumme:

88c344e37e3591fa344706ac3c585356e8e31a864ee8d9f2e712e629d4771d7d

Downloads insgesamt 20.785

Für diese Version 3.302

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: