ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

implemented method to hash data #102

Closed Awambeng closed 4 months ago

stephane-segning commented 5 months ago

Awesome work @Awambeng. Now please also add another method to validate, if the provided password is the same as the hashed one. Also never forget to add tests.

Awambeng commented 5 months ago

done already

Awambeng commented 5 months ago

@stephane-segning we completed ticket Implement a logic to hash and validate strings #14 you can now review

Awambeng commented 5 months ago

@stephane-segning work done as requested you can now review

stephane-segning commented 5 months ago

Your code does not compile. Please fix that @Awambeng @stephane-segning @forkimenjeckayang @chendiblessing

chendiblessing commented 4 months ago

@stephane-segning Did some changes on the test compare hash function please review it