Reader small image

You're reading from  Blockchain for Enterprise

Product typeBook
Published inSep 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788479745
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Narayan Prusty
Narayan Prusty
author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty

Right arrow

Ensuring data privacy in a blockchain using PRE


Before getting any further and building our decentralized EMR data management and sharing system, let's learn about what PRE is. In our solution, we will be using PRE to ensure security and privacy. 

PRE is a set of algorithms that allows you to encrypt some text with your key and then alter the ciphertext so that it can be decrypted by another party without revealing your key. To alter the ciphertext, you need the other party's private or public key, based on whether you are using interactive or noninteractive PRE algorithms, respectively. Regardless of the algorithm, PRE involves generating a re-encrypt key, which is used to re-encrypt the data. The re-encrypt key is generated based on the owner's private key and the recipient's private or public key, based on the type of algorithm.

In practice, PRE is used to store sensitive data on a third-party server and lets you decide who gets access to the data without revealing the actual data to the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Blockchain for Enterprise
Published in: Sep 2018Publisher: PacktISBN-13: 9781788479745

Author (1)

author image
Narayan Prusty

Narayan Prusty is a full-stack developer. He works as a consultant for various start-ups around the world. He has worked on various technologies and programming languages but is very passionate about JavaScript, WordPress, Ethereum, Solr, React, Cordova, MongoDB, and AWS. Apart from consulting for various start-ups, he also runs a blog titled QNimate and a video tutorial site titled QScutter, where he shares information about a lot of the technologies he works on.
Read more about Narayan Prusty