Send PBKDF2-hashed passwords to the remote authentication

Hello Experts,

Given:
-( IONIC 3 + Angular 4) App securely exchange data with RESTful Oracle DB through Auth2:Client-Credentials.

  • The users table is remotely stored in the Oracle DB with PKDF2-hashed password

Goal:

  • Hash the password with PKDF2 then send it to authenticate

Questions

  1. found the following libraries
    https://www.npmjs.com/browse/keyword/PBKDF2
    Which is the best library that works with IONIC 3 and Angular 4, to achieve that?
  2. Are there any consideration to take care of, given I am following this guide
    https://stormpath.com/blog/the-ultimate-guide-to-mobile-api-security

I would appreciate any help

Regards
Mahmoud

1 Like