No description
Find a file
2024-08-11 23:29:23 +02:00
.idea add README 2024-08-10 15:46:53 +02:00
converter.py fix no newline 2024-08-11 17:17:16 +02:00
example.json initial commit 2024-08-10 15:32:28 +02:00
import.txt initial commit 2024-08-10 15:32:28 +02:00
README.md update README.md 2024-08-11 23:29:23 +02:00

FreeOTP+ Export to Bitwarden Authenticator

CLI tool to export data from FreeOTP+ into Bitwarden Authenticator

Linting Linting Python Version License

README

About

This project provides a CLI tool to export data from FreeOTP+ and import it into Bitwarden Authenticator. Its a useful utility for managing your two-factor authentication tokens.

While the project may still be a work in progress, it has been a great learning experience with Python and Git. I hope it helps others in similar situations.

Feel free to reach out with questions or suggestions on my forum.

Dependencies

  • python >= 3.11
  • git

Installation

  1. Clone the repository:

    git clone https://gitlab.com/Bullet64/freeotpplus-export-to-bitwarden-authenticator
    
  2. Navigate into the project directory:

    cd freeotpplus-export-to-bitwarden-authenticator
    

Usage

  1. Export data from FreeOTP+ on your Android phone.

  2. Run the converter script:

    python converter.py -i import.txt -o output.json
    

Known problems

  • No known issues at present.

Tested on

  • Operating System: Manjaro Linux 24.0.6
  • Python Version: 3.12.4
  • Android App: FreeOTP+ 3.1(22)
  • Android App: Bitwarden Authenticator 2024.6.2(340)