From 00fb353465103520198c6e116b06ce224bcd58c8 Mon Sep 17 00:00:00 2001 From: Laurent Jouanneau Date: Thu, 16 Nov 2017 12:28:16 +0100 Subject: [PATCH] Remove the leak of the password into the console --- app/fileReceiver.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/fileReceiver.js b/app/fileReceiver.js index 281215ab..ee0cf5ca 100644 --- a/app/fileReceiver.js +++ b/app/fileReceiver.js @@ -31,7 +31,6 @@ export default class FileReceiver extends Nanobus { }); if (file.pwd) { const encoder = new TextEncoder(); - console.log(file.password + file.url); this.authKeyPromise = window.crypto.subtle .importKey( 'raw',