All Projects → microsoft → Seal Demo

microsoft / Seal Demo

Licence: mit
Demos, Examples, Tutorials for using Microsoft SEAL library.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Seal Demo

Fhe Toolkit Linux
IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
Stars: ✭ 1,123 (+1682.54%)
Mutual labels:  cryptography, encryption
Fernet Java8
Java 8 implementation of the Fernet Specification
Stars: ✭ 24 (-61.9%)
Mutual labels:  cryptography, encryption
Acra
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
Stars: ✭ 726 (+1052.38%)
Mutual labels:  cryptography, encryption
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+722.22%)
Mutual labels:  cryptography, encryption
Java Crypto Utils
Java Cryptographic, Encoding and Hash Utilities
Stars: ✭ 15 (-76.19%)
Mutual labels:  cryptography, encryption
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (+842.86%)
Mutual labels:  cryptography, encryption
Virgil Crypto Php
Virgil PHP Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.
Stars: ✭ 22 (-65.08%)
Mutual labels:  cryptography, encryption
Gonnacry
A Linux Ransomware
Stars: ✭ 341 (+441.27%)
Mutual labels:  cryptography, encryption
Featherduster
An automated, modular cryptanalysis tool; i.e., a Weapon of Math Destruction
Stars: ✭ 876 (+1290.48%)
Mutual labels:  cryptography, encryption
Enigma
Enigma cipher tool
Stars: ✭ 13 (-79.37%)
Mutual labels:  cryptography, encryption
Securitydriven.inferno
✅ .NET crypto done right. Professionally audited.
Stars: ✭ 501 (+695.24%)
Mutual labels:  cryptography, encryption
Libtomcrypt
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
Stars: ✭ 1,080 (+1614.29%)
Mutual labels:  cryptography, encryption
Swifty
🔑 Free Offline Password Manager
Stars: ✭ 496 (+687.3%)
Mutual labels:  cryptography, encryption
Maskbook
The portal to the new, open internet. ([I:b])
Stars: ✭ 691 (+996.83%)
Mutual labels:  cryptography, encryption
S2n Tls
s2n : an implementation of the TLS/SSL protocols
Stars: ✭ 4,029 (+6295.24%)
Mutual labels:  cryptography, encryption
Sdk Js
Tanker client-side encryption SDK for JavaScript
Stars: ✭ 786 (+1147.62%)
Mutual labels:  cryptography, encryption
Awesome Cryptography
A curated list of cryptography resources and links.
Stars: ✭ 3,475 (+5415.87%)
Mutual labels:  cryptography, encryption
Encryptpad
Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
Stars: ✭ 305 (+384.13%)
Mutual labels:  cryptography, encryption
Halite
High-level cryptography interface powered by libsodium
Stars: ✭ 933 (+1380.95%)
Mutual labels:  cryptography, encryption
Sephia Five
A secure and PGP enabled webmail module for Phosphorus Five
Stars: ✭ 21 (-66.67%)
Mutual labels:  cryptography, encryption

Microsoft SEAL

Microsoft SEAL is a low-level cryptographic library providing an API for encryption, computing on encrypted data, and decryption, using a special encryption technology called homomorphic encryption. Microsoft SEAL is written in C++17 and has no external dependencies. It comes with complete .NET Standard wrappers and multiple thoroughly commented examples. Computations on encrypted data results in encrypted outputs that can be decrypted only by the original data owner, allowing developers to build end-to-end encrypted data storage and computation services where the customer never needs to share their key with the service and is guaranteed that the service provider cannot share the customer’s data with third parties.

Microsoft SEAL can be downloaded from GitHub.

Microsoft SEAL Demo

Microsoft SEAL Demo presents a set of applications that demonstrate the use of Microsoft SEAL for implementing a variety of development scenarios where users' personal data is protected. We show developers and researchers how they can compute on untrusted computing premises (e.g., cloud environments).

Current list of demos

  1. Cloud Functions Demo using Microsoft SEAL for .NET
  2. AsureRun Demo using Microsoft SEAL for Android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].