The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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.
|
#2
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|