RubyGems Navigation menu

minienigma 0.0.8

Minienigma it's a simple to use string encrypting/decrypting machine out of the box. It uses a AES 256 CBC algorithm which makes your data pretty secure this days. In order to use it, make sure to configure it using MiniEnigma.configure(key, iv) where key and iv needs to be a combination of characters. Key must be 32 characters long. Iv must be 16 characters long. Then to encrypt just call MiniEnigma.encrypt('your insecure data here'). To decrypt MiniEnigma.decrypt('your secure data here'). PD: A nice place to get secure key and iv: http://randomkeygen.com

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.1.0 - February 13, 2014 (5 ko)
  2. 0.0.8 - February 12, 2014 (5 ko)
  3. 0.0.7 - February 12, 2014 (5 ko)
  4. 0.0.6 - February 12, 2014 (5 ko)
  5. 0.0.5 - February 12, 2014 (5 ko)
Voir toutes les versions (8)

Propriétaires:

Auteurs:

  • Esteban Ochoa

Total de contrôle SHA 256:

4779692f96ce1fce0bceb409b4d304bcd1fc475924638537c7cde6e271af527c

Total de téléchargements 24 498

Pour cette version 2 486

License:

MIT

Version de Ruby requise: None

Liens: