password storage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pangsans
    New Member
    • Dec 2006
    • 47

    password storage

    hai all!
    i am going to store my user details to login from vb.net in a user table in sql.i would like to disguise the password column with dots or stars.how do i do that?kindly help.its urgent.i also need to compare the password right.so it should be readable by the program
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by pangsans
    hai all!
    i am going to store my user details to login from vb.net in a user table in sql.i would like to disguise the password column with dots or stars.how do i do that?kindly help.its urgent.i also need to compare the password right.so it should be readable by the program
    i doubt if you can revert back to the original string from "dots or stars", what you could is to use an encrypting function....you may create your own or find one on the net

    Comment

    • pangsans
      New Member
      • Dec 2006
      • 47

      #3
      Originally posted by ck9663
      i doubt if you can revert back to the original string from "dots or stars", what you could is to use an encrypting function....you may create your own or find one on the net
      thanks yaar
      give me some more info yaar

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        That would depend on how you want to encrypt it. one way or 2 way?
        and syntax will differ from language to language :)
        cheers

        Comment

        Working...