php - Encrypting user's data and its database -
can suggest me cakephp 2.5 encryption plugin/library/example?
i want encrypt user input , store in encrypted form in database record. info decrypted end user on over user's screen. done user's created password key, not stored in database, , entered each time user login front end end app. owner of hosting, or owner of app, can not decrypt end user's info without password key. need sort of algorithm encryption/decryption library.
you can utilize password_hash if have php 5.5 or above. here documentation: http://www.php.net//manual/en/function.password-hash.php if not, utilize bcrypt. how utilize bcrypt hashing passwords in php?
php cakephp encryption
No comments:
Post a Comment