diff options
-rw-r--r-- | public/scripts/encryption.js | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |