You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implemented method to hash data
* repository dir(backend): included an interface of the JPA repositoy
* util directory(backend):modified DataSEcurityService to include method to check hashed pin with incoming pin
* added: A test to compare the hash and the raw pin
* Modified DataSecurityService(backend):Updated the method to compare a specific data with it's hashed value
* Fix(backend):removed UserRepository file
* (backend): updated the method to compare the hashed data to it raw value
* DataSEcurityService(backend):Modified the cmpareHashedData method to better do the comparison with hashed and raw data
* updated: A test to compare the raw data and hashed data function
---------
Co-authored-by: forkimenjeckayang <[email protected]>
Co-authored-by: chendi <[email protected]>
Co-authored-by: forkimenjeckayang <[email protected]>
The text was updated successfully, but these errors were encountered: