From e7ddb98a10f8b2c0682231ec8cc80f301db5f2e1 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:50:21 -0500 Subject: [PATCH] wording Co-authored-by: redoomed1 Signed-off-by: fria <138676274+friadev@users.noreply.github.com> --- blog/posts/homomorphic-encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/homomorphic-encryption.md b/blog/posts/homomorphic-encryption.md index 9f6de860..facb29b7 100644 --- a/blog/posts/homomorphic-encryption.md +++ b/blog/posts/homomorphic-encryption.md @@ -146,7 +146,7 @@ IBM offers FHE as part of its [security consulting services](https://ibm.com/ser Subsequently, Microsoft released its open-source FHE library called [SEAL](https://microsoft.com/en-us/research/project/microsoft-seal). -Microsoft uses FHE for their Password Monitor feature for the [password manager](https://www.microsoft.com/en-us/research/blog/password-monitor-safeguarding-passwords-in-microsoft-edge/) in Edge, which checks if your password has been found in a public data breach. +Microsoft uses FHE for the [Password Monitor](https://microsoft.com/en-us/research/blog/password-monitor-safeguarding-passwords-in-microsoft-edge) feature of Edge's built-in password manager, which checks if your password has been found in a public data breach. ### Apple