Skip to content

Private_key_search is using BSGs algorithm to discover the private key

Notifications You must be signed in to change notification settings

SrCrow02/private_key_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

private_key_search

Welcome to private_search_key, a project for managing and searching private keys securely for Bitcoin (BTC). This repository contains code that helps in searching and managing private keys while maintaining data security and privacy.

🚀 Quick Start

To get started with private_search_key, follow these simple steps:

1. Clone the Repository

Clone the repository to your local environment:

git clone https://github.com/SrCrow02/private_key_search.git
cd private_search_key

2. Run the follow code in terminal

npm i
ts-node ./src/main.ts

OBS: You can choose whether to use brute force or bsgs in the main file.

function main() {
    bsgs()
    brute-force()
}

About

Private_key_search is using BSGs algorithm to discover the private key

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published