@hackage / hwall-auth-iitk

Initial version of firewall Authentication for IITK network.

Latest0.1.0.1

About

Metadata

  • Last updated , by satvikc
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: satvikc@iitk.ac.in

  • Lottery factor: 0

Links

Installation

Readme

IITK Authentication in Haskell

Install using

cabal install

then simply run

hwall-auth-iitk

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

hwall-auth-iitk "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