This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// showqrcode: A utility to display QR codes in the terminal. | |
// Copyright © 2019 Kevin Gallagher <[email protected]> | |
// Modified and based upon original code from libpam-google-authenticator: | |
// https://github.com/google/google-authenticator-libpam | |
// The original license is printed below. | |
// | |
// Helper program to generate a new secret for use in two-factor | |
// authentication. | |
// | |
// Copyright 2010 Google Inc. |