Home › Forums › ACF PRO › Securing ACF Password Field › Reply To: Securing ACF Password Field
WP stores passwords as MD5 hashes, yes you can use https://codex.wordpress.org/Function_Reference/wp_hash_password and the explanation of how it works on in the codex.
To validate a field you would use an acf/validate_value filter https://www.advancedcustomfields.com/resources/acf-validate_value/
If you want to know how WP generates a password I would start by searching the core files for function wp_generate_password
https://codex.wordpress.org/Function_Reference/wp_generate_password
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.