<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Den lör 15 feb. 2020 21:03Ron Garret <<a href="mailto:ron@flownet.com">ron@flownet.com</a>> skrev:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use a client-provided VPN that requires a TOTP token.  I had been using Authy to store and deploy these tokens but recently decided that Authy is no longer trustworthy so I decided to write my own implementation of TOTP.  The problem I’m having now is that I don’t actually know how to extract the TOTP token from the provisioning system.  The TOTP standard calls for the token to be provided in base32 format but that is not what Authy uses (which is one of the many reasons I want to ditch it).  Instead, the key is provided as a sequence of seven four-digit alphanumeric sequences, similar to a Microscof software license key.  Does anyone here know how to convert one of these to a standard TOTP key?<br>
<br>
Thanks,<br>
rg<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Found some info here, don't forget to check the comments;</div><div dir="auto"><br></div><div dir="auto"><a href="https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d958c93">https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d958c93</a><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>