README
¶
Boiler005
A BoilerKey enrollment to OTPAuth QR code conversion utility, written in golang
Just make it run:
- Go to releases
- Download the version for your system
- Run it (from Terminal/Command prompt if your system doesn't automatically open it)
Build from source:
- Install golang if you don't already have it
- Run 'go get -u github.com/skip2/go-qrcode/'
- Run 'go get -u github.com/skratchdot/open-golang'
- With your current directory set to the source, run 'go build'
A note on security
Assuming you delete the .png image generated by the application, you use a well-written 2fa application, and your computer isn't compromised, this is likely no more open to compromise than existing solutions. That said, it isn't the original method, which may recieve updates that change the status quo (for better or worse), potentially making Boiler005 (and all tokens generated by it) inoperable. Please maintain a backup access method (such as a physical token) to avoid getting locked out!
Why?
Because it enables Purdue's 2fa to be interoperable with your choice of application. Made specifically to help me dissuade friends from auto-login approval scripts on their mobile devices.
Thanks to
Skip2 - QR Code generation library
Skratchdot - Open file library
elnardu - For figuring out how the handshake works. URLs and Post information utilized from their local-boilerkey script.
Documentation
¶
There is no documentation for this package.