Skip to content

OCRSeedSwipe detects cryptocurrency seed phrases in images using OCR and regex

License

Notifications You must be signed in to change notification settings

chaintuts/ocrseedswipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General


Author

  • Josh McIntyre

Website

  • jmcintyre.net

Overview

  • OCRSeedSwipe detects cryptocurrency seed phrases in images using OCR and regex

Development


Git Workflow

  • development for bugfixes and new features

Building

  • make build Build the application
  • make clean Clean the build directory

Features

  • Specify an image file to scan
  • Report a found seed phrase

Requirements

  • Requires Python

Platforms

  • Windows
  • MacOSX
  • Linux

Usage


Library Usage

  • import ocrseedswipe
  • ocr = ocrseedswipe.OCRSeedSwipe()
  • seed = ocr.scan("<image filename>")

Run unit tests

  • Run python -m pytest <test file>
  • WARNING: Do not use the example seed phrases shown in the unit tests. Anyone could steal your coins!

About

OCRSeedSwipe detects cryptocurrency seed phrases in images using OCR and regex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published