I want to get the user table data including the password

The password property in the user table is protected by a security layer, but I want to share the password-per-user data with an external web application for user authentication.

Do you know of any way to do this?