commit | c65fea9d54ab122866445f3a8b19e4391f14a7ed | [log] [tgz] |
---|---|---|
author | Dave Brondsema <dave@brondsema.net> | Mon Aug 15 20:13:18 2016 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Aug 16 08:13:18 2016 +0800 |
tree | a9c1e95f5c08d3b61eed967b38968eb5c822f1b1 | |
parent | 60cd5a66c28c9e4e5fa7e2b8030dc36ff295259d [diff] |
Update example code to use recommended 160 bits (#3088) I found the examples with `os.urandom(16)` generated URIs that Google Authenticator and Duo two-factor apps did not even recognize as supported. This increases the key to the recommended 160 bits, and the URIs now work with both of those apps.