Skip to content

This is a repo to experiment with implementing a bruteforcer

Notifications You must be signed in to change notification settings

duongdominhchau/office_password_cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS Office Password Cracker

About

This repo contains a generic bruteforce implementation and a hash function used by MS Office. There is also example code to crack a specific hash used by MS Excel.

TODO

  • Make it safe, there is no validation right now
  • Benchmark
  • Parallelize it. Maybe we can return a reference to string instead of a String, that way we can reuse memory space and avoid the costly drop()

About

This is a repo to experiment with implementing a bruteforcer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages