Jump to content

uswebproFreak

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    uswebpr0
  • Website URL
    http://www.uswebpro.com

Profile Information

  • Gender
    Not Telling

uswebproFreak's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I told me hosting company I'm storing CC (credit card) info in my database. they said I should encrpt it first. You didn't really answer my question. Can I use the password function to hash a CC # then later unhash it to use it in a report
  2. Hey I found out how to hash text when inserting: INSERT INTO tablename (fieldname, other_fieldname) VALUES (password('secret_stuff'), 'other_data') 'secret_stuff' is changed to: 2d7510136b7a8a7e how do I un-hash it, so I can use the info?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.