gw-cs-sd / sd-2017-confidential-scalable-analytics

sd-2017-confidential-scaleable-analytics created by GitHub Classroom
0 stars 0 forks source link

Week 12: Extended regex for document values and simplified API call. #4

Open faisalharbi opened 7 years ago

faisalharbi commented 7 years ago

@twood02

This week I slightly modified the regular expression for bank statement balance values in order to expand the application's capability to read documents from different banks. I also simplified the OCR API call implementation by removing the function from the addVerification page and creating an event listener that makes a call directly to the readImage page, which implements the API call. Session variables were added for the encrypted value and the converted document string so that they can be stored in the database upon form submission.

twood02 commented 7 years ago

@birdmanGW -- please post your update here as well (or make it clear what you did in the list above)

birdmanGW commented 7 years ago

Right.

Helped coordinate with Faisal best course of action for implementing a threshold session variable to be provided as input for our paillier java class. In addition, started creating an abstract to unwrap our current systems design model, in attempt to encapsulate the computational task of ciphertext summation, than ciphertext decryption outside of our secure web application, and perhaps in an area less secure, and in a more justifiable postion to be using the paillier cryptosystem to begin with.