tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

hi ,i am triyng to export otp from google authenticator ,,,,,but i get thiis.. #125

Closed MartinEtcheverry closed 3 years ago

MartinEtcheverry commented 3 years ago

zbarcam -q --raw | pass otp insert some_secre Cannot parse OTP key URI: otpauth-migration://offline?data=xxxx.......

any clues?

tadfisher commented 3 years ago

That is the most harebrained scheme I have yet seen, and I'm not going to support it. Essentially they're encoding everything as a Google Authenticator-specific protobuf message which would need yet more code and dependencies to handle. Just issue new OTP tokens for your services, don't try to migrate codes out of Google Authenticator.

MartinEtcheverry commented 3 years ago

oh...ok , thanks for taking the time to respond!

anevolbap commented 10 months ago

I found this repo useful to parse the Google Authenticator weird link.