This document describes a system for secure image retrieval based on hybrid features and hashes. It discusses using SURF features to extract information from images and applying a two column histogram hashing algorithm to generate hash codes for images. These hash codes are stored in a database with 1000 images. When a query image is input, its features are extracted and hashed to find similar images in the database based on hamming distance of hash codes. The system is able to retrieve similar and exact match images with precision ranging from 0.46 to 0.93 on sample image topics like buses, dinosaurs and chocolate based on evaluations. Future work could involve improving accuracy of the system for larger databases.