# two-factor-auth **Repository Path**: jonahotz/two-factor-auth ## Basic Information - **Project Name**: two-factor-auth - **Description**: Generate 2FA tokens compatible with Google Authenticator http://garbagecollected.org/2014/09/1… - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-26 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Simple CLI app that generates tokens compatible with Google Authenticator. I implemented this mainly to understand how it works, you should probably not use this. Example output: ```sh $ go run main.go "" 934523 (17 second(s) remaining) ``` Relevant RFCs: * http://tools.ietf.org/html/rfc4226 * http://tools.ietf.org/html/rfc6238