Giter VIP home page Giter VIP logo

computer-security-project's Introduction

Computer-Security-Project

Implementation of double bloom filter & password strength

Dependencies for ubuntu18.04:

python version 3.6 (or newer)

$ sudo apt-get update
$ sudo apt-get install -y python3.6
$ sudo apt-get install -y python3-pip

Dependencies for centos7:

$ sudo yum update
$ sudo yum install -y python36-setuptools
$ sudo yum install -y python3-devel
$ sudo easy_install-3.6 pip

extra dependencies

$ sudo pip3 install mmh3
$ sudo pip3 install bitarray

PySimpleGUI

pip3 install pysimplegui

Visualization

In wsl applications X server is required to run on the windows machine. Download can be found here: https://sourceforge.net/projects/xming/ In order to set the display to the right output use the following in the CMD:

export DISPLAY=:0

computer-security-project's People

Contributors

maticrown avatar eladch avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

maticrown

computer-security-project's Issues

add collision indication

Indicate the number of collisions, in other words, how many hash functions resulted in values that were already in the filter.

  • Need to allow collisions only when the filters are full (its open for negotiation, in the old proposal collisions are permitted).
    maybe use a popup (PopupOKCancel) in the insertion

  • Add a test case: Allow simple illustration of getting a "false-positive" by allowing a visual display of a filter with small bit array, such that collision occur quickly.

add confirmation popup for reset the filter

show a popup when resetting bloom filter parameters with the inserted parameters.

  • make sure that N is the size of the bit array
  • make sure that K is the number of the hash functions to be used by the filter
  • add the popup (use PopupOKCancel)
  • Provide sanity check on values of N, K (i.e. that N will not be less than K, that
    both are positive integers etc)

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.