Total Pageviews

Friday, 11 April 2014

一个基于ruby的简单的双向加密工具-BiCrypt

 Simple Bidirectional Cryptography tool

DESCRIPTION

BiCrypt is a simple two-way encryption class.

FEATURES

  • Very easy to use.
  • Good for light-weight “deterrence” applications.

RELEASE NOTES

Please see HISTORY.rdoc file.

USAGE

See QED.rdoc or qed/01_example.rdoc for the run down.

HOW TO INSTALL

To install with RubyGems simply open a console and type:
$ gem install bicrypt
Local installation requires Setup.rb (gem install setup), then download the tarball package and type:
$ tar -xvzf bicrypt-1.0.0.tgz
$ cd bicrypt-1.0.0
$ sudo setup.rb all
Windows users use 'ruby setup.rb all'

from https://github.com/rubyworks/bicrypt