From 1b6e96593c87082ad80123dadd12116463165996 Mon Sep 17 00:00:00 2001 From: Bjarne Oeverli Date: Sun, 13 Jun 2021 20:43:59 +0200 Subject: [PATCH] Fix typo --- src/client/routes/privacy/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/routes/privacy/index.js b/src/client/routes/privacy/index.js index 496d3317..7c181712 100644 --- a/src/client/routes/privacy/index.js +++ b/src/client/routes/privacy/index.js @@ -12,7 +12,7 @@ const Privacy = () => {

Is my data secure?

Yes, your data is secure. Hemmelig is encrypting every message with the AES 256 - algoritm with a dynamic IV before saving it toour database with a master + algoritm with a dynamic IV before saving it to our database with a master password.