Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi batch import #21

Open
dim13 opened this issue Feb 12, 2022 · 3 comments
Open

Add multi batch import #21

dim13 opened this issue Feb 12, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@dim13
Copy link
Owner

dim13 commented Feb 12, 2022

GA export splits entries in batches of 10 and generates separate QR for each batch.

@shalva97
Copy link

Can you be a bit more specific, what do you mean by multi batch?

@faunX
Copy link

faunX commented Jun 30, 2022

If you have 30 Entries in your Google Authenticator and you export from Google Authenticator App, it will present you with three QR Codes. How do you process multiple otpauth-migration:// for example to use -http=127.0.0.1:8080 to show all 30 entries instead of actually 10 because ./otpauth -link=otpauth-migration://... -http=127.0.0.1:8080 could only display one link per execution. Or do you know how to concatinate the otpauth-migration:// links manually?

@dim13 dim13 added the enhancement New feature or request label Aug 17, 2022
@MetaChuh
Copy link

MetaChuh commented Sep 5, 2022

if anyone might need this feature sooner, you can already script this with otpauth by merging (concatenating) multiple migration.bin files into one.

basic example:

./otpauth -link otpauth-migration://offline?data=[yourdata 1/2]
cp migration.bin migration.bin1

./otpauth -link otpauth-migration://offline?data=[yourdata 2/2]
cp migration.bin migration.bin2

cat migration.bin1 migration.bin2 > migration.bin

big thanks and kudos @dim13

greetings metachuh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants