I am busy building an application that stores images of users in a filesystem,which can then be accessed by the database.
As the images should be confidential, is there a way to encrypt the filesystem and be able to link to the images from the database? I am using PHP, MySQL, Apache, Windows.
Thank you for your time!