From c83d888a7dae59b90507e377f688d341d4bfbdf6 Mon Sep 17 00:00:00 2001 From: catbref Date: Thu, 30 May 2019 16:32:54 +0100 Subject: [PATCH] Demo HTML/JS page to show encrypted local storage of private key --- src/test/resources/local-key-storage.html | 192 ++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 src/test/resources/local-key-storage.html diff --git a/src/test/resources/local-key-storage.html b/src/test/resources/local-key-storage.html new file mode 100644 index 00000000..27172aa5 --- /dev/null +++ b/src/test/resources/local-key-storage.html @@ -0,0 +1,192 @@ + + + + + + + + + +
+ Decrypted private key:
+
+
+
+ + + + + + \ No newline at end of file