Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a logic to hash and validate strings #14

Closed
stephane-segning opened this issue Mar 1, 2024 · 1 comment
Closed

Implement a logic to hash and validate strings #14

stephane-segning opened this issue Mar 1, 2024 · 1 comment

Comments

@stephane-segning
Copy link
Contributor

stephane-segning commented Mar 1, 2024

stephane-segning pushed a commit that referenced this issue Apr 1, 2024
* 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]>
@stephane-segning
Copy link
Contributor Author

Done in #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant