Download and Install unhash version 1.0 on Mac OS X
Wednesday the 23rd of July, 2008

    unhash  most recent diff


      View the most recent changes for the unhash port at: unhash.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for unhash.
      The raw portfile for unhash 1.0 is located here:
      http://unhash.darwinports.com/dports/security/unhash/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/unhash
      Google
      Web Darwinports.com



      # $Id: Portfile 37069 2008-05-25 09:08:21Z mww macports.org $

      PortSystem 1.0

      Name: unhash
      Version: 1.0
      Category: security
      Platform: darwin
      Maintainers: mww
      Description: brute force attack against MD5 or SHA1 hashes
      Long Description: UnHash is a program that tries a brute force attack against a given hash. The hash can be MD5 or SHA1, and the program will auto-detect which one is given.

      Homepage: http://www.geocities.com/dxp2532/
      master_sites ${homepage}
      extract.suffix .tgz
      checksums sha1 7227428bb3ab42b3fed3f284cf7a94482ba372ac

      depends_lib port:openssl

      use_configure no

      build.type gnu
      build.args CFLAGS="-I${prefix}/include" LIBS="-L${prefix}/lib -lssl -lcrypto"

      destroot {
      xinstall -m 755 -s ${worksrcpath}/unhash ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -m 444 -W ${worksrcpath} AUTHOR CHANGES COPYING INSTALL README TODO ${destroot}${prefix}/share/doc/${name}-${version}
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/unhash
      % sudo port install unhash
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching unhash
      ---> Verifying checksum for unhash
      ---> Extracting unhash
      ---> Configuring unhash
      ---> Building unhash with target all
      ---> Staging unhash into destroot
      ---> Installing unhash
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using unhash with these commands:
      %  man unhash
      % apropos unhash
      % which unhash
      % locate unhash

     Where to find more information:

    Darwin Ports



    image test