From d5c7a6056afdc8c3364b1774b5d2bc4a74b028a6 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Tue, 9 Oct 2018 11:05:41 +0200 Subject: cmd/clef: encrypt the master seed on disk (#17704) * cmd/clef: encrypt master seed of clef Signed-off-by: YaoZengzeng * keystore: refactor for external use of encryption * clef: utilize keystore encryption, check flags correctly * clef: validate master password * clef: add json wrapping around encrypted master seed --- cmd/clef/intapi_changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cmd/clef/intapi_changelog.md') diff --git a/cmd/clef/intapi_changelog.md b/cmd/clef/intapi_changelog.md index 9e13f67d0..92a39a268 100644 --- a/cmd/clef/intapi_changelog.md +++ b/cmd/clef/intapi_changelog.md @@ -1,5 +1,9 @@ ### Changelog for internal API (ui-api) +### 3.0.0 + +* Make use of `OnInputRequired(info UserInputRequest)` for obtaining master password during startup + ### 2.1.0 * Add `OnInputRequired(info UserInputRequest)` to internal API. This method is used when Clef needs user input, e.g. passwords. @@ -14,7 +18,6 @@ The following structures are used: UserInputResponse struct { Text string `json:"text"` } -``` ### 2.0.0 -- cgit v1.2.3