Skip to content

oagudo/dicc-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicc-attack

A Clojure library designed to make dictionary attacks given an encryption function (E)

Usage

(dictionary-attack "encrypted-pass-file" "dictionary-file" check-pass-func)

or its parallel version

(parallel-dictionary-attack "encrypted-pass-file" "dictionary-file" check-pass-func)

where

check-pass-func => E(plain-text) == encrypted-text

Releases

No releases published

Packages

No packages published