Ask a Question related to Coldfusion Database Access, Design and Development.
-
BaileyBurger #1
Hashing Data
Greetings!
I need to store some sensitve dater, so wanted to place it in hash format and
just compare user input to stored data in hash format. But, wondering how I get
the data into hash format to begin with? We use SQL server 7, and I could not
find any functions for converting the data into hash format. I know I could use
CF to querry, convert and re-insert, but this seems to be going against the
whole idea if the data has to be placed into the DB in readable format.
So, how does one import into SQL server into a hash format? TIA!
BaileyBurger Guest
-
md5 hashing in flex
Any way to make an MD5 has from a file reference. I need to get the hash of the bytes, similar to the osx terminal command md5 Thanks Dean -
Linking data, searching data, and format the data file
I'm sorta new to flash and integrating data and components...I'm usu. an interface designer. I'm trying to link a combo box to a file doesn't... -
Load xml data in sepearate mxml file and Populate data
I am working on a dynamic Tilelist control that will populate a data and show image under each tile from another mxml file which itself contain de... -
Hashing Passwords
I've just built a CMFL application that accesses information held in a database. One of the tables contains the user login names and passwords that... -
File Encryption, Hashing, Decryption
I have read many postings with developers asking about file encryption, hashing, string encryption, etc. I found an ActiveX component that is only... -
Dan Bracuk #2
Re: Hashing Data
You could always use the cold fusion hash function.
Originally posted by: BaileyBurger
Greetings!
I need to store some sensitve dater, so wanted to place it in hash format and
just compare user input to stored data in hash format. But, wondering how I get
the data into hash format to begin with? We use SQL server 7, and I could not
find any functions for converting the data into hash format. I know I could use
CF to querry, convert and re-insert, but this seems to be going against the
whole idea if the data has to be placed into the DB in readable format.
So, how does one import into SQL server into a hash format? TIA!
Dan Bracuk Guest
-
BaileyBurger #3
Re: Hashing Data
Yes, but thats what I'm trying to avoid. If I'm going to put the data onto a
internet connected SQL server, I'd want it to be in hash format first, and not
have it exposed to use CF to convert it. The question is how does one import
data (from .dbf file) into SQL server and have it convert to a hash format that
CF can compare to while importing?
BaileyBurger Guest
-
philh #4
Re: Hashing Data
You'll need a script reference in your DTS upload package that passes the
relevant value to a CF page that uses the hash function, and returns the hashed
result. Look into XMLHTTP and CFCs to enable this (e.g. a VBScript using the
XMLHTTP object calls a CFC that returns your hashed value).
HTH,
philh Guest



Reply With Quote

