Database Encryption

Discussion in 'MySQL' started by vdTOG, Feb 13, 2016.

  1. #1
    How can I encrypt the content of my databases?
    I don't want to keep the files in plain text on the server.

    Thank you
     
    vdTOG, Feb 13, 2016 IP
  2. vdTOG

    vdTOG Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Using AESCRYPT and HASHing the passphrase with SHA2, 512b, for each cell writing/reading, should increase the consumption of the CPU or the memory?
     
    vdTOG, Feb 15, 2016 IP
  3. ibros

    ibros Member

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    What type of data do you believe you need to encrypt? Credit card info aside?
     
    ibros, Feb 27, 2016 IP