Git Product home page Git Product logo

bloomify's Introduction

bloomify

Bloomify

Bloom Filter generator and a list checker and manipulator using MurMurHash3 algorithm. This is an efficient way to check against a long list of items without being resources demanding.

Use Case

  • Determine whether a password is likely to be part of a known compromised set without storing the actual passwords.
  • Identify whether a particular URL is malicious or part of a blacklist.
  • Check for spelling and quickly eliminate non-words, reducing the computational load when checking whether a word is spelled correctly.
  • Determine whether a destination IP address is in a routing table.
  • Identify and eleminate potential duplicate records before performing more resource-intensive operations.
  • DNA sequence analysis to check for the presence of certain sequences or patterns in a large dataset.

False Positive Rate

The optimal false positive rate is calculated automatically using the number of lines of the input list. This optimal value gives a good balance between the size of the bloom filter and a very low false positivity. You can however always choose to input a manual value.

Usage

Install Python

Ubuntu/Debian: sudo apt update && sudo apt install python3

Fedora: sudo dnf install python3

CentOS: sudo yum install python3

Arch Linux: sudo pacman -S python

Install Dependencies

pip install bitarray
pip install mmh3

Usage

chmod +x BLOOMIFY.py
./BLOOMIFY.py

Documentation

Coming Soon.

bloomify's People

Contributors

hani-k avatar

Watchers

 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.