![]() |
how can i encrypt pmtext table in mysql
:)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-m...es-techniques/ but will require a bunch of modifications to the core files. |
All times are GMT. The time now is 06:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|