Project

bicrypt

0.0
No commit activity in last 3 years
No release in over 3 years
Simple two-way encryption/decryption class.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

BiCrypt¶ ↑

Website | Documentation | Development

<img src=“http://travis-ci.org/rubyworks/bicrypt.png” />

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’.

Copyright © 2007 Rubyworks. All rights reserved.

BiCrypt is distibuted under the terms of the BSD-2-Clause license.

See COPYING.rdoc for details.