Good day guys,
For our second year project, we have to basically code up a Store Rental Management System for a mall. This obviously would involve code (we have to use C# for the application, and Microsoft SQL Server 2014 for the database).
Do applications like this practice some kind of data encryption / decryption? I thought it would be really sweet to encrypt sensitive information like customer, employee, shop rental agreement data, etc. I wrote out a class which deals with encrypting / decryption strings (I used a YouTube video to help me with this
).
My question is, how would you create the fields in your database? Would every field have to be of type varchar (or text)? One thing I noticed was that even decryption a single digit took up quite a number of characters in the corresponding field in the table.
This project isn't going to be made for "commercial purposes" but I would like to make it as "real" as possible.
Thanks.
For our second year project, we have to basically code up a Store Rental Management System for a mall. This obviously would involve code (we have to use C# for the application, and Microsoft SQL Server 2014 for the database).
Do applications like this practice some kind of data encryption / decryption? I thought it would be really sweet to encrypt sensitive information like customer, employee, shop rental agreement data, etc. I wrote out a class which deals with encrypting / decryption strings (I used a YouTube video to help me with this
My question is, how would you create the fields in your database? Would every field have to be of type varchar (or text)? One thing I noticed was that even decryption a single digit took up quite a number of characters in the corresponding field in the table.
This project isn't going to be made for "commercial purposes" but I would like to make it as "real" as possible.
Thanks.