Socket
Socket
Sign inDemoInstall

authy-desktop-export

Package Overview
Dependencies
131
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    authy-desktop-export

utility to export TOTP secrets from a running authy desktop


Version published
Weekly downloads
3
Maintainers
1
Install size
10.4 MB
Created
Weekly downloads
 

Readme

Source

authy-desktop-export

authy-desktop-export utility. Can be imported into authier password manager.

Prerequisites

  1. Install Authy desktop app - The following steps will work on Linux, Mac and Windows.
  2. Open Authy and log in, so you can see the codes being generated for you Note: Authy has a backup password feature that is enabled on some accounts; it's ones that have a padlock icon next to them. For those accounts, you might need to enter the backup password to be able to export them.
  3. Restart Authy desktop app, but add the --remote-debugging-port=5858 parameter to the command-line:
  • On Windows: right-click the Authy desktop shortcut, and in the Target field write --remote-debugging-port=5858 at the end. Then click OK. Double-click the Authy desktop shortcut.
  • On Mac: from Terminal.app: open -a "Authy Desktop" --args --remote-debugging-port=5858
  • On Linux, from a terminal: authy --remote-debugging-port=5858

Install

$ npm install -g authy-desktop-export

Usage

Make sure your authy desktop is running with the debugging port open and run:

authy-desktop-export export my-authy_export.json

You should see your exported json file in the folder where you ran the command.

Keywords

FAQs

Last updated on 01 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc