vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   vb3 Integration with custom ColdFusion application (https://vborg.vbsupport.ru/showthread.php?t=81433)

f150guy 05-13-2005 03:33 PM

vb3 Integration with custom ColdFusion application
 
Hello All,

We have been long-time users of vb and ColdFusion. Today, we finally completed an upgrade from vb2.3.7 to vb3.0.7. Unfortunately, the upgrade effectively broke our links to our ColdFusion applications. We did use vb2's user table to authenticate people to our homegrown classifieds and photo gallery applications. The process was simple, with just a single hash of the user password input.

Things have become much more complicated with vb3, with the added hash and Salt.

Does anyone see why this would not work?

<CFSET password = hash(hash(form.password)&qGetUser.salt)>

Form.password is the unencrypted password supplied by the user.
qGetUser.salt is the salt value in the user table for the username provided.
hash is a function that converts a string using MD5.

Can someone point me in the right direction as to how to accomplish this integration with vb3?

Thanks in advance.

Steve

Well, it turns out that I did not even need to get ColdFusion functions involved. I was able to hash the plain text password and add the salt just via the MySQL query. Phew.


All times are GMT. The time now is 02:58 AM.

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.01026 seconds
  • Memory Usage 1,700KB
  • 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
  • (1)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