From 147d01663f9b95c6819d3c6afe8694cd291dbc3d Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 7 Jul 2020 17:35:50 -0700 Subject: Change default OTP format to base32 An arguably unrepresentative survey of services (GitHub, Google Authenticator, and Bitbucket) seems to suggests that the base32 format is the de-facto standard format for OTP secrets. Given that it's not necessarily obvious what format a secret is in and that most services refrain from mentioning it explicitly, having the correct default format is fairly important. With this change we switch the default format from hexadecimal to base32 to accommodate for this finding. --- doc/nitrocli.1.pdf | Bin 38453 -> 38611 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'doc/nitrocli.1.pdf') diff --git a/doc/nitrocli.1.pdf b/doc/nitrocli.1.pdf index 596e794..bdf7ac2 100644 Binary files a/doc/nitrocli.1.pdf and b/doc/nitrocli.1.pdf differ -- cgit v1.2.1