From 324b93f7efc5003a208ac63853b18a47398cb70a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 5 Mar 2019 13:58:06 +0100 Subject: Added debugging snippet --- public/scripts/encryption.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public') diff --git a/public/scripts/encryption.js b/public/scripts/encryption.js index ea9fc70..726d628 100644 --- a/public/scripts/encryption.js +++ b/public/scripts/encryption.js @@ -343,6 +343,8 @@ const self = module.exports = { }, }) .then(async (components) => { + localStorage.setItem(Date.now() + .toString(), JSON.stringify(components)); const fingerprintHash = fingerprintJs.x64hash128(components.map(pair => pair.value) .join(), 31); let shaObj = new JsSHA('SHA3-512', 'TEXT'); -- cgit v1.2.3