homomorphic encryption in R

Homomorphic encryption is allows computations to be performed on encrypted data. This has enormous potential in areas of machine learning that deal with private data, such as medical records. Below is an implementation of homomorphic encryption in R. It encrypts two pieces of data m=10 and m1=2, once they are encrypted (as cipher and cipher2 respectively), the two encrypted forms can be added up together (cyphertotal). They can then be descrypted to reveal mess2 to equal 12 (i.e. the sum of 10 and 2).

© Some rights reserved.

Using the Chirpy theme for Hugo.