RAA - crypt-rot13/1.0.3

crypt-rot13 / 1.0.3

Short description: A simple rotation based encryption
Category: Library/Cryptography
Status: Stable
Created: 2004-05-18 14:51:58 GMT
Last update: 2009-08-01 15:48:44 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://www.rubyforge.org/projects/shards
Download: http://rubyforge.org/frs/download.php/61379/crypt-rot13-1.0.3.tar.gz
License: Ruby's
Dependency:
None
Description:

A simple rotation based encryption scheme.

Synopsis
========
require "crypt/rot13"
include Crypt

s = Rot13.new("abc")
puts s # "nop"
s.rotate(-13)
puts s # "abc"

Versions: [1.0.4 (2009-09-25)] [1.0.3 (2009-08-01)] [1.0.2 (2007-07-25)] [1.0.1 (2005-06-07)] [1.0.0 (2004-05-18)]

Edit this project (for project owner)

back to RAA top