View Full Version : how can i encrypt pmtext table in mysql
bskr84
11-04-2017, 04:00 AM
:)how can i encrypt the pmtext table ( title and message ) in mysql? not the Plaintext. just as the user's password.
The user's password is hashed, not encrypted. This means that it only goes one way, you cannot get the hash back to plain-text aside from brute forcing it or knowing the original value. (Which only the user knows)
If you want to use encryption so the data in the database is not shown as plain-text and you need the ability to decrypt it, you can do something like this: http://thinkdiff.net/mysql/encrypt-mysql-data-using-aes-techniques/ but will require a bunch of modifications to the core files.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.