Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
Обновлено 2024-11-21 11:37:22 +03:00
Polymorphic serialization for .NET
Обновлено 2024-10-23 21:32:43 +03:00
Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
Обновлено 2024-07-11 05:12:00 +03:00
CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic Encryptions and its applications). This project demonstrates the use of Homomorphic Encryption for outsourcing neural-network predictions. The scenario in mind is a provider that would like to provide Prediction as a Service (PaaS) but the data for which predictions are needed may be private. This may be the case in fields such as health or finance. By using CryptoNets, the user of the service can encrypt their data using Homomorphic Encryption and send only the encrypted message to the service provider. Since Homomorphic Encryptions allow the provider to operate on the data while it is encrypted, the provider can make predictions using a pre-trained Neural-Network while the data remains encrypted throughout the process and finaly send the prediction to the user who can decrypt the results. During the process the service provider does not learn anything about the data that was used, the prediction that was made or any intermediate result since everything is encrypted throughout the process. This project uses the Simple Encrypted Arithmetic Library SEAL version 3.2.1 implementation of Homomorphic Encryption developed in Microsoft Research.
Обновлено 2023-11-16 20:25:07 +03:00
Runtime for isomorphic javascript libraries generated by Autorest
Обновлено 2023-07-06 22:49:37 +03:00
Azure runtime for isomorphic javascript libraries generated by Autorest
Обновлено 2023-05-31 21:49:04 +03:00
A Microsoft-SEAL-compatible implementation of homomorphic encryption targeting Azure Sphere and other embedded devices.
Обновлено 2021-11-14 20:04:20 +03:00
Geometry morphing demo for AvaloniaUI
Обновлено 2021-10-03 23:40:06 +03:00
Compiler for the SEAL homomorphic encryption library
Обновлено 2021-07-04 11:33:41 +03:00
A complete workshop content with a series of tracks and hands-on labs on various techniques to protect data in use.
Обновлено 2020-09-10 13:24:32 +03:00