All Projects → jakwings → Bash Totp

jakwings / Bash Totp

Licence: wtfpl
[bash] Time-based One-time Password Generator

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Bash Totp

totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (+58.33%)
Mutual labels:  authenticator
auth
Get started with the Android Authentication Framework!
Stars: ✭ 28 (-41.67%)
Mutual labels:  authenticator
Steam
☁️ Python package for interacting with Steam
Stars: ✭ 489 (+918.75%)
Mutual labels:  authenticator
Wristkey
A free and open-source offline authenticator app for Wear OS.
Stars: ✭ 65 (+35.42%)
Mutual labels:  authenticator
aws-amplify-react-custom-ui
Building a Custom UI Authentication For AWS Amplify
Stars: ✭ 21 (-56.25%)
Mutual labels:  authenticator
Authenticator
🔒 Happy Two-Factor Verifying!
Stars: ✭ 53 (+10.42%)
Mutual labels:  authenticator
secur
A cross-platform 2FA TOTP app with a beautiful UI, written in Flutter.
Stars: ✭ 24 (-50%)
Mutual labels:  authenticator
Authenticator
Authenticator generates 2-Step Verification codes in your browser.
Stars: ✭ 979 (+1939.58%)
Mutual labels:  authenticator
twothy
Two factor authenticator for CLI
Stars: ✭ 39 (-18.75%)
Mutual labels:  authenticator
Anchor
EOSIO Desktop Wallet and Authenticator
Stars: ✭ 381 (+693.75%)
Mutual labels:  authenticator
otp-authenticator-webapp
A 'Google Authenticator' like Single Page Application
Stars: ✭ 69 (+43.75%)
Mutual labels:  authenticator
openauth
A beautiful, secure and simple authenticator app that supports multiple protocols and services. Free and open source. Written in Flutter and Dart.
Stars: ✭ 30 (-37.5%)
Mutual labels:  authenticator
Oauthenticator
OAuth + JupyterHub Authenticator = OAuthenticator
Stars: ✭ 299 (+522.92%)
Mutual labels:  authenticator
plugin-Authenticator
2FA authentication plugin for sysPass based on TOTP algorithm (RFC 6238)
Stars: ✭ 18 (-62.5%)
Mutual labels:  authenticator
Authenticator
Two-Factor Authentication Client for iOS
Stars: ✭ 648 (+1250%)
Mutual labels:  authenticator
google-authenticator
Google Authenticator
Stars: ✭ 20 (-58.33%)
Mutual labels:  authenticator
cassandra-ldap
LDAP Authenticator for Apache Cassandra
Stars: ✭ 20 (-58.33%)
Mutual labels:  authenticator
Login otp
OTP authentication for OpenBSD implementing RFC 6238 and RFC 4226.
Stars: ✭ 43 (-10.42%)
Mutual labels:  authenticator
Otplib
🔑 One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator
Stars: ✭ 916 (+1808.33%)
Mutual labels:  authenticator
Krypton Ios
Krypton turns your iOS device into a WebAuthn/U2F Authenticator: strong, unphishable 2FA.
Stars: ✭ 305 (+535.42%)
Mutual labels:  authenticator

Requirements:

* openssl
* base32 (from GNU coreutils)

You are recommended to use it with "pass" from https://www.passwordstore.org/

For example, to get the token for two-factor authentication:

# Usage: totp <secret> [server]
totp "$(pass show otp/GitHub)" GitHub

The second parameter "GitHub" is optional and defaults to "Google", since the Google Authenticator app has become the de facto standard for such usage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].