Coder Social home page Coder Social logo

imagesecuredemo's Introduction

ImageSecureDemo

Abstract: As the development of cloud service, many people are going to upload their data (chat log, photos, etc.) to cloud server. But cloud service provider will maybe steal user’s data because of various kinds of reasons. In this report, we use secure kNN and PCA to protect user’s photos when user wants cloud server to search some photos. We divide the whole searching process into four parts. Client generates the feature vectors, encrypts the photos and decrypts the key set. Search server stores the feature vectors, searches and returns the results. Photo storage server stores the encrypted photos and relationship between ID and photo. Key storage server stores the encrypted key set. These three servers can’t collude because they are from three different cloud servers. In secure kNN, we use the work from University of Hong Kong, this equation: 0.5r(d(p2,q)-d(p1,q))>0 to ensure the result is correct and the search server only know the encrypted vectors. We implemented secure kNN by Java and use linked list to organize similar photo’s nodes in the same list to improve the efficiency. We also extend the vector dimensions so that we improved the security. We also use keyword-based semantic extension search to search photo by keywords.

imagesecuredemo's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.