Open faisalharbi opened 7 years ago
@birdmanGW -- please post your update here as well (or make it clear what you did in the list above)
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.
@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 thereadImage
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.