vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Encrypt MySQL database (https://vborg.vbsupport.ru/showthread.php?t=114531)

DennisL 05-01-2006 07:00 PM

Encrypt MySQL database
 
Before signing up and ordering my own copy of vBulletin I'm interested in the following.

Is there some way to buy some plugin to be able to encrypt parts of the database ? I will have some sensitive information in it (for example CC's) and it would be very bad if the MySQL database was stolen..

Regards
Dennis

Brad 05-01-2006 07:27 PM

Most of the time stuff like that is handled with php. For example vBulletin hashes user passwords with md5 and a salt, the plain text version is never stored in the database itself.

When a user logs in the password they submit is hashed the same way, and checked against the one in the database. If they match then the user has inserted the correct password and is logged in, otherwise they are given an incorrect password error.

This is not the same as encryption, but can serve the same purpose. The difference is encrypted data can be unencrypted, while hashed data can only be matched against other hashed data to find matches.

Hope that helps.

Freesteyelz 05-02-2006 06:31 AM

Another option is to send the CC info to a third-party, secured server.


All times are GMT. The time now is 02:40 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
  • Page Generation 0.01114 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete