All Projects → ankitwasankar → Fuzzy-keyword-search-over-encrypted-data-in-cloud-computing

ankitwasankar / Fuzzy-keyword-search-over-encrypted-data-in-cloud-computing

Licence: other
Fuzzy keyword search over encrypted data in cloud computing | PHP project

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Fuzzy-keyword-search-over-encrypted-data-in-cloud-computing

HRM Software
Human resource management C# based with SQL database desktop software.
Stars: ✭ 22 (+15.79%)
Mutual labels:  university-project, project
IoTCodeRecipes
IoT Code Recipes: RPL, mDNS and REST
Stars: ✭ 19 (+0%)
Mutual labels:  cloud-computing
pm-idm
IDM project management repository
Stars: ✭ 59 (+210.53%)
Mutual labels:  project
hysds
Hybrid Cloud Science Data System Framework
Stars: ✭ 15 (-21.05%)
Mutual labels:  cloud-computing
woowacourse-projects
🧑🏻‍💻 우아한테크코스에서 학습한 내용을 정리하는 Repository
Stars: ✭ 21 (+10.53%)
Mutual labels:  project
ATtiny85-USB-C-Tester
Simple USB-C Power Delivery Tester
Stars: ✭ 20 (+5.26%)
Mutual labels:  project
if1004
Desmistificando DevOps: Projetando Arquiteturas Efetivamente Escaláveis
Stars: ✭ 63 (+231.58%)
Mutual labels:  cloud-computing
Markdown-Templates
bgoonz.github.io/markdown-templates/
Stars: ✭ 16 (-15.79%)
Mutual labels:  project
pindery
An amazing party app.
Stars: ✭ 14 (-26.32%)
Mutual labels:  university-project
little-python
little python projects, 一些小的python项目.
Stars: ✭ 18 (-5.26%)
Mutual labels:  project
Cornerstone
一站式项目管理系统 任务管理、需求管理、缺陷管理、DevOps、WIKI、在线文档 同样的功能,带来不同的体验!
Stars: ✭ 33 (+73.68%)
Mutual labels:  project
project
☕️ Create node, rust, python or ruby project locally and on github (private or public)
Stars: ✭ 19 (+0%)
Mutual labels:  project
Distributed-System-Algorithms-Implementation
Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election
Stars: ✭ 39 (+105.26%)
Mutual labels:  cloud-computing
NearBeach
NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
Stars: ✭ 97 (+410.53%)
Mutual labels:  project
focus-single
Single repo demo project using GoFrame.
Stars: ✭ 26 (+36.84%)
Mutual labels:  project
project-template
📂 A template for open source projects.
Stars: ✭ 12 (-36.84%)
Mutual labels:  project
gcpy
Python toolkit for GEOS-Chem.
Stars: ✭ 34 (+78.95%)
Mutual labels:  cloud-computing
blogengine
BlogEngine template for Bufferwall
Stars: ✭ 23 (+21.05%)
Mutual labels:  project
rainstash
Resilio Sync hosted securely on Amazon Web Services
Stars: ✭ 27 (+42.11%)
Mutual labels:  encrypted-data
cuda memtest
Fork of CUDA GPU memtest 👓
Stars: ✭ 68 (+257.89%)
Mutual labels:  cloud-computing

EKS

Source code for Fuzzy keyword search over encrypted data in cloud computing | PHP project

https://tutorials.webencyclop.com/blog/fuzzy-keyword-search-over-encrypted-data-in-cloud-computing-project/

Synopsis

EKS is a Academic Project for Fuzzy keyword search over encrypted data in cloud computing. Since the cloud is not trusted, the data should be stored in an encrypted form at the server. But the problem is how to query the encrypted data efficiently. Encrypted data includes encrypted files as well as encrpyted keywords. So basically whatever data that is stored on cloud is in encrpted form.

Technologies used:

  • PHP and MySQL Database
  • CodeIgniter MVC Framework
  • HTML, CSS

Algorithms used:

  • AES mcrypt rijndael 256
  • N-Grams generation
  • jaccard coefficient calculation

Useful Credentials:

  • username: [email protected]
  • password: 1234567890
  • admin-username: admin
  • admin-password: 1234567890

EKS live demo available at:

Link to detailed explaination:

Link to video demonstration:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].