Giter Site home page Giter Site logo

burg3r5 / matrix-encrypted-search Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 241 KB

A Python library with methods to create, update and search on encrypted indices stored in a Matrix homeserver.

Python 100.00%
encrypted-search gsoc gsoc-2022 matrix matrix-org python

matrix-encrypted-search's Introduction

Hi there ๐Ÿ‘‹

Aditya's GitHub Aditya's Website Aditya's Linkedin Aditya's email

Happy to see you here! ๐Ÿ™ƒ

About me...

  • ๐Ÿ”ญ Iโ€™m currently working on firefox-bookmarks!
  • ๐ŸŒฑ Iโ€™m currently exploring Cryptography and Networking.
  • ๐Ÿ“ซ How to reach me: email, Matrix or LinkedIn.
  • ๐Ÿ˜„ Pronouns: he/him

matrix-encrypted-search's People

Contributors

burg3r5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

matrix-encrypted-search's Issues

`update_lookup_table` ignores files that have been split.

  • Suppose a bucket has a file size of 150 bytes and the homeserver's file size limit is set to 100 bytes.
  • The IndexStorage class' split_large_buckets will correctly divide this bucket into two "fraction-of-bucket"s of 100 and 50 bytes.
  • The user will upload these files, the callback will store them in the mxc_uris_map.

The problem is that update_lookup_table converts each location into a single other location. So the bucket's location will be converted to just the first file.

The solution is for convert_location to find and return all the remote files matching the location.

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.