Jump to content

softarrow

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by softarrow

  1. Thanks for your reply. I have read MYSQL documentation and they say: The encryption and compression functions return binary strings. For many of these functions, the result might contain arbitrary byte values. If you want to store these results, use a BLOB column rather than a CHAR or VARCHAR column to avoid potential problems with trailing space removal that would change data values. BLOB column will take unnecessary storage space in database, is there any other option to use CAHR or VARCHAR field to store the data.
  2. Hi to all! I want to ask you that, what are the advantages and disadvantages of using MySQL PASSWORD() function to encrypt the sensitive data in database. Should i opt for MySQL PASSWORD() function or PHP md5() function, please suggest me?
×
×
  • 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.