Code Monkey home page Code Monkey logo

bloom-filter-with-openssl's Introduction

Bloom-Filter-with-OpenSSL

Bloom filter with SHA 512, SHA 384, SHA 256, SHA 224. SHA 1.

Note: Please do not use SHA 1 when implementing your bloom filter, SHA 1 is deemed to be longer secure.

To compile the program: make

To run the program:

	./enc -d dictionary.txt -i sample_input.txt

	(Note: This dictionary is changed by removing the space character after the text)
	./enc -d dictionary2.txt -i sample_input.txt

Note (Please read):

The sample dictionary have some problem. Given a bad password within the dictionary.txt, there will be some space character after the text, which results to a no match. I will provide an extra dictionary file called dictionary2.txt that I have made some changes that at least fulfil the given sample_input.txt. Do note that I didnt remove all spaces within the dictionary.txt, I merely only changed the input password within the dictionary.

For example:

dictionary: "ThisIsPassword " input : "ThisIsPassword"

(Note: This is not a match within the bloom filter".)

dictionary and input will result to a different hash value

Appeal (Please read): I really prefer to not lose 20% of the coursework because I spent all my late days fixing an issue that is not really a problem. Is there anyway to work around this?

bloom-filter-with-openssl's People

Contributors

cqlim avatar

Watchers

James Cloos 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.