Ask a Question related to Coldfusion Database Access, Design and Development.
-
SupaJ #1
vBulletin Encryption Info
Hello all..
I want to intergrate the registration from my site and the forums into one and
I need to know how to encrypt the password for the forums, and what other
things you need to know about the vbulletin registrar.
My site is coded in Coldfusion (.cfm)
Help is much, much appreciated.
SupaJ Guest
-
PHP/MySQL encryption/protection of sensitive info
Hello all. I'm currently working on a new site that encompasses the registration of members. The registration is taking place through PHP... -
SupaJ #2
Re: vBulletin Encryption Info
<cfset hash1 = "#hash('lakisic1')# . salt">
<cfset hash2 = "#hash(hash1)# . licensenumber">
<cfoutput>#hash(hash2)#</cfoutput>
That's what I tried. Any other ideas?
SupaJ Guest



Reply With Quote

