Academia.eduAcademia.edu

Database Security Issues

Abstract

In computer field the Database security is very important. In database security we restrict the unauthorized access to the database. Considering the importance of data in organization, it is absolutely essential to secure the data present in the database. Data of a particular organization is confidential. In database security we restrict the user to access the data. Only particular users are allowed to access the data. To implement any security solution for a computing system, organization must ensure three aspects namely policy, mechanism and assurance. The requirements that must be implemented in hardware, software and outside the computing system are defined under policy. Proper mechanism to implement the requirements discussed in the policy is indispensable for an organization to have good computing security solution. Assurance is to ensure that mechanism meets the policy requirements of the organization [8]. In this paper, concise review of major database security techniques.

Key takeaways

  • [5] There are some proposed model for access control in database are:-
  • To allow time based access to users, context based access models can be used.
  • [10] Access control in this access model is based on following two principles.
  • In encryption we encrypt the data then save it to the database and when we want to access the data we decrypt the data and gave data to user to access it.
  • Application level Encryption: In this technique, a middleware is suggested which translates queries fired by user into new bunch of queries which will execute on encrypted database.