column type for byte array (md5 algorithm)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gomzi
    Contributor
    • Mar 2007
    • 304

    column type for byte array (md5 algorithm)

    hi,
    I would like to know as to what the column type should be, in case i want to store some text in the encrypted format. i m using md5 alogrithm available in .net.

    I tried using binary, but it didnt work...some strange characters were inserted into the table when i used it.
    thanks,
    gomzi.
  • ScarletPimpernal
    New Member
    • Mar 2007
    • 39

    #2
    Hi Gomzi,

    Try to define the datatype which supports Numeric,Charact ers and Special Characters.

    For Ex:

    Varchar
    Text
    .
    etc


    Thanks,
    Scarlet

    Originally posted by gomzi
    hi,
    I would like to know as to what the column type should be, in case i want to store some text in the encrypted format. i m using md5 alogrithm available in .net.

    I tried using binary, but it didnt work...some strange characters were inserted into the table when i used it.
    thanks,
    gomzi.

    Comment

    Working...