Google Authenticator Soft Token Generator
Problem this snippet solves: iRule to generate Google Authenticator soft tokens for use with the Google Authenticator iRule For Two-Factor Auth With LDAP. Add to pool-less HTTP virtual server and ac...
Published Mar 17, 2015
Version 1.0George_Watkins_
Historic F5 Account
Joined September 17, 2008
George_Watkins_
Historic F5 Account
Joined September 17, 2008
Simon_Waters_13
Mar 24, 2017Cirrostratus
We are looking at something like:
set secret [ CRYPTO::keygen -alg random -len 256 ]
set secret [ call base32encode $secret ]
set secret [ string range $secret 0 31 ]