Skip to content

Example of how to perform I/O of keys and ciphertexts using HElib.

License

Notifications You must be signed in to change notification settings

mshcruz/IOUsingHElib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input and output of keys and ciphertexts generated using HElib

1 - Generate public and private keys. Output keys to separate files;

2 - Read the public key from a file and encrypt a message using it. Output the ciphertext to a file;

3 - Read the secret key and the ciphertext from files, and use the key to decrypt the ciphertext.

A detailed explanation can be found at https://mshcruzresearch.wordpress.com/2016/11/18/io-of-keys-and-ciphertexts-using-helib/

About

Example of how to perform I/O of keys and ciphertexts using HElib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published