From 538a9c3cc8f9ed34c5de55b51bb0e8700e2cc34e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 8 Feb 2022 01:27:12 +0700 Subject: Release gotp v0.1.0 (2022-02-08) The first release of gotp, a command line interface to manage and generate Time-based One Time Password (TOTP). Features, * Add a TOTP secret identified by unique LABEL. * Generate N number passwords using the secret identified by LABEL. * Import the TOTP configuration from other provider. Currently, the only supported PROVIDER is Aegis and the supported file is .txt. * List all labels stored in the configuration. * Remove LABEL from configuration. * Rename a LABEL into NEW-LABEL. * Encrypted secret using RSA based private key. --- CHANGELOG.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.adoc diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..f5834b8 --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,21 @@ += gotp changelog +Shulhan +:toc: +:sectanchors: +:sectlinks: + +== gotp v0.1.0 (2022-02-08) + +The first release of gotp, a command line interface to manage and generate +Time-based One Time Password (TOTP). + +Features, +* Add a TOTP secret identified by unique LABEL. +* Generate N number passwords using the secret identified by LABEL. +* Import the TOTP configuration from other provider. + Currently, the only supported PROVIDER is Aegis and the supported file + is .txt. +* List all labels stored in the configuration. +* Remove LABEL from configuration. +* Rename a LABEL into NEW-LABEL. +* Encrypted secret using RSA based private key. -- cgit v1.3