diff --git a/password-cracker.rb b/password-cracker.rb index 1651db6..8ef8365 100644 --- a/password-cracker.rb +++ b/password-cracker.rb @@ -1,5 +1,7 @@ require 'digest/md5' +#Password cracker + SALT = "FOOBAR" def match_char(char) @@ -226,4 +228,4 @@ end puts "Please Terry you already waste my time introduce your hash and leave me alone: " hash = gets.chomp -die(hash) \ No newline at end of file +die(hash)