GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Digest::MD5::Reverse(3) User Contributed Perl Documentation Digest::MD5::Reverse(3)

Digest::MD5::Reverse - MD5 Reverse Lookup

Version 1.3

    use Digest::MD5::Reverse;
    my $plaintext = reverse_md5($md5);

MD5 sums (see RFC 1321 - The MD5 Message-Digest Algorithm) are used as a one-way hash of data. Due to the nature of the formula used, it is impossible to reverse it.

This module provides functions to search several online MD5 hashes database and return the results (or return undefined if no match found).

We are not breaking security. We are however making it easier to lookup the source of a MD5 sum.

    use Digest::MD5::Reverse;
    print "Data is ".reverse_md5("acbd18db4cc2f85cedef654fccc4a4d8")."\n";    
    # Data is foo

  • milw0rm.com
  • gdataonline.com
  • hashreverse.com
  • us.md5.crysm.net
  • nz.md5.crysm.net
  • ice.breaker.free.fr
  • hashchecker.com
  • md5.rednoize.com
  • md5.xpzone.de
  • md5encryption.com

Digest::MD5

Raoul-Gabriel Urma << blwood@skynet.be >>

Copyright 2007 Raoul-Gabriel Urma, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.