You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add flags for QR codes compatible with Bitwarden and KeePassXC (#502)
i feared my preferred password manager Bitwarden was also part of the
"some applications that do not generate correct 2fa codes from the
secret" as described in the readme. Luckily I found #468 and saw you
said you wouldn't oppose a PR to implement flags for the qr command to
more cleanly enable the export of secrets for those 2 password managers
so I decided to make one! Let me know if I need to change anything, I
will try to update accordingly.
Closes#468
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,12 @@ There are some applications that do not generate correct 2fa codes from the secr
90
90
- Google Authenticator
91
91
- Authy
92
92
93
+
Other applications require a different format. If you use either Bitwarden or KeePassXC, you can generate a compatible QR code using their respective flags:
94
+
```bash
95
+
steamguard qr --format bitwarden # Bitwarden compatible format
96
+
steamguard qr --format keepassxc # KeePassXC compatible format
97
+
```
98
+
93
99
# Contributing
94
100
95
101
By contributing code to this project, you give me and any future maintainers a non-exclusive transferable license to use that code for this project, including permission to modify, redistribute, and relicense it.
0 commit comments