From 7f74e49ced294cb40223678c046c88a75f843f6a Mon Sep 17 00:00:00 2001 From: LEANDRA SOFIA Date: Mon, 3 Feb 2020 17:44:30 +0000 Subject: [PATCH] Add comment --- password-cracker.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)