A 2FA command line(CLI) tool written in Haskell.
This is the first initial release (v0.0.1) where only the bare minimum proof of concept has been implemented. Soon some more development would come.
You have to use cabal
to install this package. Please have a look here for more details.
Copyright (c) 2022 CodeMascot AKA Khan Mohammad R.
All feedback / bug reports / pull requests are welcome.
This project is quite influenced by Data.OTP
package. In fact the core OTP generation process has been borrowed from this package.