RubyGems Navigation menu

minienigma 0.1.0

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 (5KB)
  2. 0.0.8 - February 12, 2014 (5KB)
  3. 0.0.7 - February 12, 2014 (5KB)
  4. 0.0.6 - February 12, 2014 (5KB)
  5. 0.0.5 - February 12, 2014 (5KB)
全てのバージョンを表示(全8件)

所有者:

作者:

  • Esteban Ochoa

SHA 256チェックサム:

eccd8cd01f0a439200b5de7c4cba726ef748d3965abfcba5674404a028b5a068

累計ダウンロード数 24,387

このバージョンのみ 7,055

ライセンス:

MIT

必要なRubyのバージョン: なし

リンク: