forked from brichard19/BitCrack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --keyspace option: Specify the key space:
--keyspace START (Starts at 1, continues until program is stopped) --keyspace START:END (Starts at START, ends at END) --keyspace START:+NUM_KEYS (starts at START, ends at START + NUM_KEYS) --keyspace :END (Starts at 1, stops at END) --keyspace :+OFFSET (Starts at 1, stops at 1 + OFFSET) Added --stride option: Specify how much to increment the key: --stride 2: START, START + 2, START + 4, etc --stride 5: START, START + 5, START + 10, START + 15, etc Added --share option: Search a section of the keyspace: --share 1/10: Divide the keyspace into 10 equal sections, search the first one --share 99/100: Divide the keyspace into 100 equal sections, search the 99th one --share 40/40: Divide the keyspace into 40 equal sections, search the final one Added --continue: Save progress so the program can continue where it left off. By default, status is saved every 60 seconds. --continue FILE: Save progress information in file FILE. Added --compression as an alternative to -c and -u: --compression COMPRESSED --compression UNCOMPRESSED --compression BOTH Removed: -s, --start -r, --range since they are replaced by --keyspace
- Loading branch information
1 parent
67d2308
commit 75a91e3
Showing
31 changed files
with
587 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.