Skip to content

Commit eba917e

Browse files
authored
Merge pull request #206447 from stevevi/steveviAzureGov11
Fix broken link for homomorphic encryption
2 parents 8f64801 + 76e59aa commit eba917e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-government/documentation-government-overview-wwps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: stevevi
66
ms.service: azure-government
77
ms.topic: article
88
recommendations: false
9-
ms.date: 07/25/2022
9+
ms.date: 07/29/2022
1010
---
1111

1212
# Azure for secure worldwide public sector cloud adoption
@@ -208,7 +208,7 @@ Based on customer feedback, Microsoft has started to invest in higher-level [sce
208208

209209
#### *Homomorphic encryption*
210210

211-
[Homomorphic encryption](https://www.microsoft.com/research/project/homomorphic-encryption/) refers to a special type of encryption technology that allows for computations to be performed on encrypted data, without requiring access to a key needed to decrypt the data. The results of the computation are encrypted and can be revealed only by the owner of the encryption key. In this manner, only the encrypted data are processed in the cloud and only you can reveal the results of the computation.
211+
[Homomorphic encryption](https://homomorphicencryption.org/introduction/) refers to a special type of encryption technology that allows for computations to be performed on encrypted data, without requiring access to a key needed to decrypt the data. The results of the computation are encrypted and can be revealed only by the owner of the encryption key. In this manner, only the encrypted data are processed in the cloud and only you can reveal the results of the computation.
212212

213213
To help you adopt homomorphic encryption, [Microsoft SEAL](https://www.microsoft.com/research/project/microsoft-seal/) provides a set of encryption libraries that allow computations to be performed directly on encrypted data. This approach enables you to build end-to-end encrypted data storage and compute services where you never need to share your encryption keys with the cloud service. Microsoft SEAL aims to make homomorphic encryption easy to use and available to everyone. It provides a simple and convenient API and comes with several detailed examples demonstrating how the library can be used correctly and securely.
214214

0 commit comments

Comments
 (0)