From ba6a743159a1abd0e251167f6064407d698267a8 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sat, 16 Jun 2018 00:14:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba5b36f..6f6a36c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustotpony" -version = "0.2.1" +version = "0.2.3" dependencies = [ "base32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fd805bd..c691291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "rustotpony" readme = "README.md" repository = "https://github.com/zebradil/rustotpony" -version = "0.2.1" +version = "0.2.3" [dependencies] base32 = "0.3.1" diff --git a/README.md b/README.md index e0b7397..a1fb3fc 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,9 @@ Steps: 1. Add new generator with `totp add GENNAME` (you will be asked for your secret) 1. Check new generator by `totp list` or just display dashboard with one-time passwords with `totp dash` -#### WARNING: Currently there is no encryption of the application database. Be careful with `~/.rustotpony/db.json` and keep it safe. - ## TODO - command completion -- database encryption - database password caching - tests - binaries for main platforms