
The objective of this project is to design an encrypted database system using homomorphic encryption techniques that allow computation on encrypted data without decryption, ensuring data confidentiality during processing.
Study homomorphic encryption principles.
Design database schema with encrypted storage.
Implement partial homomorphic encryption for arithmetic operations.
Enable secure query processing over encrypted data.
Compare performance with traditional encrypted storage.
Analyze security against data leakage.
Measure computational overhead and scalability.
Document cryptographic model and experimental evaluation.