RAA - crypt-fog/0.1.0

crypt-fog / 0.1.0

Short description: A text obfuscator
Category: Library/Cryptography
Status: Usable
Created: 2003-07-31 22:17:29 GMT
Last update: 2003-07-31 22:17:27 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://ruby-miscutils.sourceforge.net/
Download: http://prdownloads.sourceforge.net/ruby-miscutils/crypt-fog-0.1.0.tar.gz?download
License: Ruby's
Dependency:
None
Description:

Description
===========
A simple string obfuscator.

Synopsis
========
include Crypt
s = Fog.new("hello",2003)
p s # ";8??B"
p s.decrypt # "hello"

Fog.decrypt(";8??B",2003) # "hello"

Versions: [1.0.1 (2007-08-01)] [1.0.0 (2005-06-12)] [0.1.0 (2003-07-31)]

Edit this project (for project owner)

back to RAA top