MimmyJau / rainbow-table

Minimal rainbow table implementation in haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Haskell 65.7%Language:Rust 34.3%