| Short description: |
md5hash reverse library |
| Category: |
Library/Cryptography |
| Status: |
stable |
| Created: |
2007-11-06 16:49:26 GMT |
| Last update: |
2007-11-06 16:49:26 GMT |
| Owner: |
holly
(Projects of this owner) |
| Homepage: |
http://kurt0027.a.orn.jp/wiki/wiki.cgi |
| Download: |
http://kurt0027.a.orn.jp/wiki/wiki.cgi?page=Digest%3A%3AMD5Reverse%28ruby%29
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
Digest::MD5Reverse
This module is the module which transplanted an Perl‘s Digest::MD5::Reverse in ruby
VERSION
1.00
SYNOPSIS
require "digest/md5reverse"
md5hash = "5f4dcc3b5aa765d61d8327deb882cf99"
reverse_hexdigest = Digest::MD5Reverse.to_reverse_hexdigest(md5hash)
puts "md5hash word is [#{reverse_hexdigest}]" # md5hash word is [password]
DESCRIPTION
Perl‘s Digest::MD5::Reverse
search.cpan.org/~blwood/Digest-MD5-Reverse/
License
Distributes under the same terms as Ruby
Copyright
Copyright (c) 2007 Akira Horimoto, All rights reserved.
Author
Akira Horimoto
|