Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Advanced Custom Fields: Encrypted Password™
SecureVault Fields is not affiliated with Advanced Custom Fields: Encrypted Password. The name and any related trademarks are used solely for nominative descriptive purposes.
This tool provides an encrypted password field for use in custom forms built with Advanced Custom Fields, replacing the default field type. It is designed for developers and site administrators who need to securely store user passwords in their projects, ensuring sensitive data is protected against unauthorized access.
Encrypted Storage: Stores passwords using bcrypt hashing via PHP's password_hash() function, making them unreadable in the database.
Secure Verification: Allows easy password checking with password_verify() to validate user input against stored hashes.
Simple Integration: Installs via Composer and works with PHP 7 or higher and ACF version 5 or later.
Enhanced Security: Reduces risks by encrypting passwords instead of storing them in plain text, aligning with modern security practices.
Version
Original
Updated