From 84bc8705b469b95983d8b1adbb19cb9bacf620df Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 14 Mar 2020 23:35:47 -0400 Subject: [PATCH] encrypted OS signing key improvements --- static/releases.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/releases.html b/static/releases.html index 7347c0a3..f0a352fd 100644 --- a/static/releases.html +++ b/static/releases.html @@ -314,6 +314,9 @@ local database backend hasn't been implemented. Various changes would be needed to make it available and to make sure that privacy is preserved.)
  • Settings: fix broken upstream MAC randomization value mapping uncovered by the always randomize option value
  • +
  • make_key: use scrypt for key derivation used to encrypt keys

    +
  • add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption
  • +
  • improve performance and algorithm support for encrypted keys via script/release.sh
  • -->