Skip to content

Instantly share code, notes, and snippets.

View vrusua's full-sized avatar
🇺🇦

Ruslan Voroshchuk vrusua

🇺🇦
View GitHub Profile

Generating Authy passwords on other authenticators


There is an increasing count of applications which use Authy for two-factor authentication. However many users who aren't using Authy, have their own authenticator setup up already and do not wish to use two applications for generating passwords.

Since I use 1Password for all of my password storing/generating needs, I was looking for a solution to use Authy passwords on that. I couldn't find any completely working solutions, however I stumbled upon a gist by Brian Hartvigsen. His post had a neat code with it to generate QR codes (beware, through Google) for you to use on your favorite authenticator.

His method is to extract the secret keys using Authy's Google Chrome app via Developer Tools. If this was not possible, I guess people would be reverse engineering the Android app or something like that. But when I tried that code, nothing appeared on the screen. My gues

@vrusua
vrusua / #dev_xhr-iframe.md
Last active October 25, 2021 14:20
Cross domain messaging and dynamic iframe height
@vrusua
vrusua / c3js-custom-legend.markdown
Created February 18, 2017 21:35
C3JS Custom Legend
@vrusua
vrusua / #dev_optimisation.md
Created May 17, 2015 09:24
some site optimisation tweaks
                            ### OPTIMISATION ###

##IMAGES preload

@vrusua
vrusua / #dev_effects.md
Last active February 16, 2022 10:37
some useful CSS/JS effects
                            ### EFFECTS ###

animate sliding onscroll / hierarchy

Lateral On-Scroll Sliding with jQuery