I will describe this. “IVM” stands for Intelligent Vacancy Manager which is our system. We are going to use MySQL database and we are going to store extracted data from CVs. It is a web-based application. Let’s say you’re the company.
When a company registers to the system, the company can upload their job vacancies to the system. So what the system does is it matches the CVs which is in a database that uploaded by Jobseekers. What I want to do is, when sending the Cvs to the companies, I want to use data anonymization. As just a part of the name, Hidden NIC, Address and Telephone Number is enough. I have to use python for that. What I feel is the database is just there with normal data (without anonymized). I feel is when sending the CVs to the company, in the middle my python script for anonymization should execute. So it doesn’t affect the database. Because when the company pay us and request the original CV, we can just execute the normal query to send the original Cv without hiding data.
I want my python script to do, when suggesting CVs, just affect the Name, NIC, Address, Telephone number. Apart from that, I am asked to use the Kerberos authentication protocol to authorize users to the system.
I hope now you have somewhat knowledge of what I am going to do. if you have any idea on this thing please guide me and I would really grateful to you. I will be waiting for a reply soo :)
I have to do this as my university project. So I would like to hear all your suggestions.