From e9a9d1a959b8141bdb56fe01d8d0ae7bcf2c8b06 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 10 Feb 2021 12:21:27 +0100 Subject: [PATCH] compare entropy with generated pass --- .../ciphering/ciphering.component.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/features/shared/components/ui/static-pages/ciphering/ciphering.component.html b/src/app/features/shared/components/ui/static-pages/ciphering/ciphering.component.html index 9dc446f1..d1a44de4 100644 --- a/src/app/features/shared/components/ui/static-pages/ciphering/ciphering.component.html +++ b/src/app/features/shared/components/ui/static-pages/ciphering/ciphering.component.html @@ -176,6 +176,23 @@

{{ layerOnSpread }}

+ + + {{ + getEntropy( + 'KZ%feLx!D2qppSW3MEzcuMxDFpbS5&%vunsn5MpF8&VyM822Fg$$jU7Ue6PmFtujv5@ToFNp$P*3#PwS@3JAtnXFLE%9io7N23Q$Y&$&DoXEW&GsM6#Rb6m5$mvSpXAA' + ).toFixed(3) + }} + + +

+ comparaison avec une phrase de passe générée. + {{ + 'KZ%feLx!D2qppSW3MEzcuMxDFpbS5&%vunsn5MpF8&VyM822Fg$$jU7Ue6PmFtujv5@ToFNp$P*3#PwS@3JAtnXFLE%9io7N23Q$Y&$&DoXEW&GsM6#Rb6m5$mvSpXAA' + }} +

+ +