awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Authenticator-Extension avatar

Authenticator-Extension/Authenticator

0
View on GitHub↗
4,522 estrellas·1,119 forks·TypeScript·MIT·1 vistaauthenticator.cc↗

Authenticator

Authenticator es un gestor de autenticación de múltiples factores y extensión de navegador diseñado para generar y almacenar códigos de verificación de dos pasos directamente dentro de un navegador web. Funciona como un almacén de secretos cifrado que produce códigos de seguridad basados tanto en tiempo como en contador para proteger el acceso a cuentas en línea.

El proyecto se distingue por la sincronización entre navegadores, replicando cuentas de autenticación a través de diferentes instancias de navegador utilizando copias de seguridad en la nube o locales. Utiliza cifrado basado en contraseña para proteger las semillas de autenticación y proporciona una herramienta de sincronización para mantener un acceso consistente a inicios de sesión seguros a través de múltiples dispositivos.

La herramienta cubre una amplia gama de capacidades de gestión de identidad, incluyendo la importación de cuentas mediante claves secretas o escaneo de códigos QR y la exportación de registros de cuentas cifrados. Incluye sistemas integrales de copia de seguridad y recuperación que soportan formatos interoperables para migrar credenciales entre diferentes aplicaciones de autenticación.

Los controles administrativos están disponibles a través de la gestión de políticas de extensión del navegador para regular la configuración en dispositivos gestionados.

Features

  • One-Time Passwords - Generates and manages time-based and counter-based one-time passwords for securing online accounts.
  • TOTP Generation Utilities - Produces six-digit security codes using time-based algorithms that rotate at fixed intervals.
  • Password-Based Encryption - Protects stored authentication secrets by encrypting them with a user-defined password.
  • Browser Data Synchronization - Synchronizes authentication accounts and credentials across different browser installations and devices.
  • Browser Sync Storage - Leverages native browser synchronization to mirror authentication accounts across multiple browser instances.
  • Browser Storage Persistence - Stores authentication credentials and settings locally within the browser to ensure offline availability.
  • Authenticated File Encryptions - Protects stored authentication credentials using authenticated encryption and password-based hashing to prevent unauthorized access.
  • Browser-Based MFA Generators - Generates two-step verification codes directly within the browser interface.
  • Cross-Device Secret Syncing - Synchronizing authentication accounts across different browser instances to maintain access to secure logins.
  • HOTP Implementations - Generates security codes based on a sequential counter that increments with each request.
  • Browser-Based Authentications - Handles multi-factor authentication code generation directly within the web browser interface.
  • OTP Generators - Implements a browser-based tool for generating TOTP and HOTP verification codes for two-step authentication.
  • Multi-Factor Authentication - Functions as a multi-factor authentication manager that stores secret keys and produces verification codes.
  • Secret Encryption - Provides a secure store that encrypts authentication seeds locally using a user-defined password.
  • Two-Step Verification Generators - Produces both time-based and counter-based security codes for various service providers.
  • Cross-Instance Sync Storage - Utilizes browser-managed storage to automatically synchronize authentication data across all signed-in browser instances.
  • Backup and Recovery - Recovers stored credentials using backup files, text strings, or QR image screenshots.
  • Cloud Storage Exporters - Saves account data to local files or cloud services to ensure persistent access.
  • Cloud Storage Synchronization - Automatically synchronizes account backup files to third-party cloud services via linked accounts.
  • QR Code Scanning - Converts visual QR code screenshots into secret keys by scanning image data through the browser.
  • Encrypted Backups - Exports and imports encrypted account records to prevent data loss when switching devices.
  • QR Code Secret Imports - Adds new authentication accounts by scanning QR codes within the browser.
  • Encrypted Secret Backups - Implements encrypted secret backups to prevent permanent loss of authentication keys.
  • Interoperable Export Formats - Saves account data in a standardized format to enable credential migration between different authentication apps.
  • Interoperable Credential Imports - Loads verification accounts from standardized backup formats shared by compatible authentication applications.

Historial de estrellas

Gráfico del historial de estrellas de authenticator-extension/authenticatorGráfico del historial de estrellas de authenticator-extension/authenticator

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Authenticator

Colecciones seleccionadas manualmente donde aparece Authenticator.
  • Extensiones

Preguntas frecuentes

¿Qué hace authenticator-extension/authenticator?

Authenticator es un gestor de autenticación de múltiples factores y extensión de navegador diseñado para generar y almacenar códigos de verificación de dos pasos directamente dentro de un navegador web. Funciona como un almacén de secretos cifrado que produce códigos de seguridad basados tanto en tiempo como en contador para proteger el acceso a cuentas en línea.

¿Cuáles son las características principales de authenticator-extension/authenticator?

Las características principales de authenticator-extension/authenticator son: One-Time Passwords, TOTP Generation Utilities, Password-Based Encryption, Browser Data Synchronization, Browser Sync Storage, Browser Storage Persistence, Authenticated File Encryptions, Browser-Based MFA Generators.

¿Qué alternativas de código abierto existen para authenticator-extension/authenticator?

Las alternativas de código abierto para authenticator-extension/authenticator incluyen: bitwarden/android — This project is an Android password manager application that provides an end-to-end encrypted vault for storing and… google/google-authenticator — This is a two-factor authentication library and open-source multi-factor authentication implementation. It provides a… beemdevelopment/aegis — Aegis is a mobile application designed to manage and store multi-factor authentication tokens. It functions as a… stratumauth/app — This project is a two-factor authentication manager that generates time-based and counter-based one-time passwords to… jessecar96/steamdesktopauthenticator — SteamDesktopAuthenticator is a desktop multi-factor authentication client for Steam accounts. It serves as a desktop… jamie-mh/authenticatorpro — AuthenticatorPro is an open-source security application for Android designed to manage two-factor authentication. It…

Alternativas open-source a Authenticator

Proyectos open-source similares, clasificados según cuántas características comparten con Authenticator.
  • bitwarden/androidAvatar de bitwarden

    bitwarden/android

    8,457Ver en GitHub↗

    This project is an Android password manager application that provides an end-to-end encrypted vault for storing and synchronizing login credentials, secure notes, and identities. It functions as a secure storage system using zero-knowledge encryption to ensure that only the user can decrypt their stored data. The application integrates directly with the Android system to provide an autofill service that populates usernames and passwords into mobile apps and browser login fields. It also serves as a passkey management wallet for FIDO2 cryptographic passkeys and a time-based one-time password a

    Kotlinandroidbitwardencompose
    Ver en GitHub↗8,457
  • google/google-authenticatorAvatar de google

    google/google-authenticator

    5,349Ver en GitHub↗

    This is a two-factor authentication library and open-source multi-factor authentication implementation. It provides a suite of tools for implementing security workflows that require a second layer of verification beyond standard credentials. The project implements both time-based one-time passwords and HMAC-based one-time passwords. It includes utilities for generating these codes based on shared secrets and counters, following industry standards such as RFC 6238. The library covers cryptographic primitives including Base32 secret key encoding, dynamic truncation extraction, and symmetric ke

    Java
    Ver en GitHub↗5,349
  • beemdevelopment/aegisAvatar de beemdevelopment

    beemdevelopment/Aegis

    12,613Ver en GitHub↗

    Aegis is a mobile application designed to manage and store multi-factor authentication tokens. It functions as a local-first credential vault that generates time-based and counter-based one-time passwords to verify user identity across various online services. The application secures sensitive authentication data by employing authenticated symmetric encryption and hardware-backed key storage to protect credentials at rest. Access to the stored tokens is gated by system-level biometric authentication or password verification, ensuring that only authorized users can retrieve the generated secur

    Java2faandroidauthenticator
    Ver en GitHub↗12,613
  • stratumauth/appAvatar de stratumauth

    stratumauth/app

    4,486Ver en GitHub↗

    This project is a two-factor authentication manager that generates time-based and counter-based one-time passwords to secure online accounts. It functions as an encrypted credential manager for storing authentication seeds and producing security codes on mobile and wearable devices. The application includes a dedicated Android Wear OS client that synchronizes authentication data and UI states to allow security codes to be viewed directly from a smartwatch. The system supports the import and migration of authentication seeds from other applications and provides encrypted backup capabilities t

    C#2faandroidauthenticator
    Ver en GitHub↗4,486
  • Ver las 30 alternativas a Authenticator→