RubyGems Navigation menu

minienigma 0.0.6

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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.0 - February 13, 2014 (5.0 KB)
  2. 0.0.8 - February 12, 2014 (5.0 KB)
  3. 0.0.7 - February 12, 2014 (5.0 KB)
  4. 0.0.6 - February 12, 2014 (5.0 KB)
  5. 0.0.5 - February 12, 2014 (5.0 KB)
显示所有版本 (共 8 个)

业主:

作者:

  • Esteban Ochoa

SHA 256 校验和:

582e98c80c5c37380f9e0d935ce1fb6dba016585513fa1ef8a8df58d3559542c

下载总量 24,462

这个版本 2,487

许可:

MIT

需要的 Ruby 版本:

链接: