Giter Site home page Giter Site logo

publickey-db's Introduction

ECDSA PublicKey Database (Beta)

Fast and Efficient database made specifically for ecdsa public keys to test different brute force attacks

Why not using other databases or a simple file?

1- It uses unix socket instead of TCP/IP

2- The database files only contain the public keys and not any metadata (except the index file), This is why you can store 31250 public keys for only 1MB!

3- By using binary search in sorted data, You will get the result much faster

Build

cargo build

Setup

Configure config.json by adding the storage path and socket path

{
    "socket": "/tmp/pubdb.sock",
    "storage": "/home/main/pubkeys/"
}

How to use

Connect to /tmp/pubdb.sock

"add {key}" | Add a new public key (x-value 64 char length)

"sort" | Sort added data

"find {key}" | Search if a public key exists (x-value 64 char length)

All the commands will return 1 in success or an error in failure.

To keep the adding operation as fast as possible, The data won't be stored when adding.

Make sure to use sort command before searching for a public key.

publickey-db's People

Contributors

mainsilent avatar

Stargazers

 avatar  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.