aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-07-07 17:35:50 -0700
committerDaniel Mueller <deso@posteo.net>2020-07-07 17:35:50 -0700
commit99fde3cac7c9cf278b81876994d3a4f4b795b8ce (patch)
treeaaadb319d2b9fe5e6078c0c63490f89473353546 /CHANGELOG.md
parent3f62110dc0a0f9ee107643419b027a94427a5530 (diff)
downloadnitrocli-99fde3cac7c9cf278b81876994d3a4f4b795b8ce.tar.gz
nitrocli-99fde3cac7c9cf278b81876994d3a4f4b795b8ce.tar.bz2
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 152eff1..ced56c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+Unreleased
+----------
+- Changed default OTP format from `hex` to `base32`
+
+
0.3.3
-----
- Added bash completion support via `shell-complete` utility program