m1c1b / aegis-to-totp-exporter

There is a script for migrating from Android totp-app aegis to macOS totp-cli app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

There is a script for migrating from Android totp-app to macOS totp-cli app πŸ”„


Usage

  • Clone repo πŸ“¦

  • Export your keys from Aegis as JSON and put it into the repo root πŸ—οΈ

  • Change permissions πŸ”

    chmod +x migrator.sh
  • Create totp-cli import .yml file πŸ“„

    ./migrator.sh --namespace your-namespace --json-in aegis-export-plain-***.json
  • Import that file into storage πŸ“₯

    totp-cli import --input output.yml
  • View your imported keys πŸ‘€

    totp-cli list personal

About

There is a script for migrating from Android totp-app aegis to macOS totp-cli app


Languages

Language:Shell 100.0%