Skip to content

MimmyJau/rainbow-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Self-studying SFU's CMPT 383: Comparative Programming Languages.

Rainbow Table

Found in ./assignment1 directory.

To config, modify these constants in ./rainbow.hs.

pwLength = 8
nLetters = 5
width = 40
height = 10000
filename = "table.txt"

To build:

ghc --make -Wall ./rainbow.hs

About

Minimal rainbow table implementation in haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published