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