Skip to content

navya/firewall-auth-hs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IITK Authentication in Haskell

Install using

cabal install

then simply run

firewall-auth

You can also supply username and password as command line arguments.

firewall-auth "username" "password"

Hardcoding Username and Password in the Executable

Add your username and password as stated in line 65 eg

parse [] = return ("username","password")

comment the line

-- parse _ = readInput

Contributors

Satvik Chauhan

Jayesh Kumar Gupta

Packages

No packages published

Languages

  • Haskell 100.0%