All Projects → endorama → 2ami

endorama / 2ami

Licence: MPL-2.0 license
Your easy 2FA companion that keep the secrets secret.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to 2ami

apache 2fa
Apache two-factor (2FA) authentication with Google Authenticator based on Time-based One-Time Password (TOTP) or HMAC-based one-time password (HOTP) Algorithms.
Stars: ✭ 63 (+162.5%)
Mutual labels:  two-factor, totp, google-authenticator
Yosai
A Security Framework for Python applications featuring Authorization (rbac permissions and roles), Authentication (2fa totp), Session Management and an extensive Audit Trail
Stars: ✭ 582 (+2325%)
Mutual labels:  two-factor, totp
2FAuth
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
Stars: ✭ 664 (+2666.67%)
Mutual labels:  two-factor, totp
Otpauth
One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Stars: ✭ 135 (+462.5%)
Mutual labels:  two-factor, totp
MinaOTP-MAC
Two-factor authentication tray app in macOS
Stars: ✭ 51 (+112.5%)
Mutual labels:  two-factor, google-authenticator
totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (+216.67%)
Mutual labels:  two-factor, totp
Twofactorauth
PHP library for Two Factor Authentication (TFA / 2FA)
Stars: ✭ 722 (+2908.33%)
Mutual labels:  two-factor, totp
cotp
Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
Stars: ✭ 45 (+87.5%)
Mutual labels:  totp, google-authenticator
Twofactor totp
🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Stars: ✭ 203 (+745.83%)
Mutual labels:  two-factor, totp
Speakeasy
**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
Stars: ✭ 2,531 (+10445.83%)
Mutual labels:  two-factor, totp
Applocker
AppLocker - simple lock screen for iOS Application ( Swift 4+, iOS 9.0+) Touch ID / Face ID
Stars: ✭ 188 (+683.33%)
Mutual labels:  keychain, secure
Aegis
A free, secure and open source app for Android to manage your 2-step verification tokens.
Stars: ✭ 2,692 (+11116.67%)
Mutual labels:  secure, totp
extract otp secret keys
Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app
Stars: ✭ 217 (+804.17%)
Mutual labels:  totp, google-authenticator
google-auth-csharp
Google Authenticator TOTP C#
Stars: ✭ 30 (+25%)
Mutual labels:  totp, google-authenticator
tornote
Self-destructing notes on Go with tiny secured client-side
Stars: ✭ 28 (+16.67%)
Mutual labels:  secrets, secure
Authelia
The Single Sign-On Multi-Factor portal for web apps
Stars: ✭ 11,094 (+46125%)
Mutual labels:  two-factor, totp
openconnect-gui-menu-bar
OpenConnect Menu Bar - Connect/Disconnect/Status - for Mac OS X (supports Duo push/sms/phone, or Yubikey, Google Authenticator, Duo, or any TOTP)
Stars: ✭ 56 (+133.33%)
Mutual labels:  totp, google-authenticator
php-totp
HOTP and TOTP token generation
Stars: ✭ 33 (+37.5%)
Mutual labels:  totp, google-authenticator
Twofactorauth.net
.Net library for Two Factor Authentication (TFA / 2FA)
Stars: ✭ 182 (+658.33%)
Mutual labels:  two-factor, totp
secrets.clj
A library designed to generate cryptographically strong random numbers.
Stars: ✭ 64 (+166.67%)
Mutual labels:  secrets, secure

2ami

Your easy 2FA companion that keep the secrets secret.

Go report score GitHub Release Date GitHub tag (latest by date) Share on Twitter

2ami Secure Two Factor Authenticator logo

2ami is a two factor authenticator for the CLI that stores 2FA secrets in system keyring, avoiding storing them in cleartext on your computer.

OTP Secret keys are saved and retrieved from system keyring at each use, so are not being kept in process active memory if not during operation explicitly requiring them.

Security considerations: the secrets are still being loaded in memory when adding a new key and generating a new token, even if for a small amount of time. I believe this is a safe enough approach (in a normal threat model, please consider yours), and is surely better than plain secrets on file system. Happy to discuss security improvements! :)

Note: This software has not been security reviewed by a third party.

Interested in using it? Look at the getting started page.

What to dig deeper? Go to the project wiki.

Known issues

None.

Stargazers

Stargazers repo roster for @endorama/2ami

Contributors

Forkers repo roster for @endorama/2ami

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].