0

I have a simple question for you and I would like to know if there are some best practices. I have a mysql table that has a field that points to a filesystem (a link to an image). I would like to encrypt this item and, when it will be the time, I would decrypt it. I give you an example to better understand: A list al students who each has a list of homework stored in a file system. The table Homework has a foreign key to a particular Student. The Homework table has a link in which the pdf homework is stored in file system. I would stored in the db the homework's link ciphered. When I want to get all the homeworks belonging to a student I have to encrypt the link.

How can I manage this?

Thank you a lot.

Paride Letizia
  • 330
  • 1
  • 4
  • 23

0 Answers0