Skip to content
Permalink
Browse files
Add comment
  • Loading branch information
LEANDRA SOFIA committed Feb 3, 2020
1 parent a569710 commit 7f74e49ced294cb40223678c046c88a75f843f6a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -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)
die(hash)

0 comments on commit 7f74e49

Please sign in to comment.