Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

John the Password

  • 07-12-2005 4:24pm
    #1
    Registered Users, Registered Users 2 Posts: 495 ✭✭


    the 'John the Ripper' password cracker from http://openwall.com/john.
    This is Open Source software which can be employed to test the strength of
    passwords on a given system. In order to run the code, it is necessary to build and
    configure it from its tarball (tar.gz file).

    Any one know how to use this, i have to do a project on it in college, where do i start, im not too up on linux,


Comments

  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    i guess you've installed some version of Linux, or maybe you might want to dig out an old computer and do that first.

    debian should be a good choice and fast to install for a newbie although i don't see johntheripper listed as a supported package. fedora might be easier for a newbie but like debian there's no predone package. you'd have to download, compile and install yourself.

    do you currently have access to linux/unix?


  • Closed Accounts Posts: 4,763 ✭✭✭Fenster


    [root][~] # emerge -up johntheripper
    
    These are the packages that I would merge, in order:
    
    Calculating dependencies ...done!
    [ebuild  N    ] app-crypt/johntheripper-1.6.38
    

    Go Gentoo :D

    You sound like you were after a Windows binary though. Click here


  • Registered Users, Registered Users 2 Posts: 495 ✭✭Voodoo2


    OK i got it installed and working but the Signature file (which is part of the project) using gpg -verify doesnt work what does that mean?


  • Closed Accounts Posts: 4,763 ✭✭✭Fenster


    You can ignore that, unless you're paranoid or deeply into crypto..


  • Registered Users, Registered Users 2 Posts: 495 ✭✭Voodoo2


    I need to do it for the project but it comes up with

    > gpg --verify john-1.6.tar.gz.sign john-1.6.tar.gz it comes up with
    > signature made sat 18 etc etc RSA KEY ID 295029F1 Cant check signature
    > public key not found,
    What does this mean


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,865 ✭✭✭Syth


    You can cryptographically sign a file. This allows people to know that the file they have was definitly created by you. This guarantees that a piece of software has not been tampered by anyone.

    In order to do this you need the signature of the person who signed the file. You could get it from the website. But odds are it's an OK file. *Especially* if you downloaded it from the website yourself. So you can ignore that step and everything will still work.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Do tell more about this project. I have heard of john. Thought it was either a dictionary checker, or a brute force checker. If you're actually allowed to run this on a working college password file as part of a project, please report back the ten most hillarious passwords that you get.

    I guess that you get at least 10 units of: "123456", "hello", "welcome" and "password".

    Bet bet bet....


Advertisement