Skip to content

Releases: jdg2011/Roark-Creek

v2.0.0 "Bufflehead"

01 Jan 22:23
dd2c516
Compare
Choose a tag to compare

Changed

  • Keys are 56 bits instead of 24 bits
  • Spaces, quote marks, and apostrophes are no longer legal key characters

Fixed

  • Some seed books were not being fully utilized
  • All quote marks and apostrophes are now acceptable plaintext input

Improved

  • Stronger encryption

Added

  • Two additional rounds of encryption
  • Auto-generated config file (can be edited to customize experience)
  • library_audit.py, a tool for finding duplicate lines in library files
  • Clipboard command: enter c to pull previous encryption output

v1.1.0

08 Dec 20:08
d8177eb
Compare
Choose a tag to compare
  • Added flyFish (another brute force utility)
  • Added speed clocking for both snagFish and flyFish
  • Implemented a -v option in snagFish command for a verbose printout of operations

v1.0.1

03 Dec 20:06
479521c
Compare
Choose a tag to compare

Improved:

  • snagFish command now uses Cartesian product to make key guesses instead of randomly generated keys
  • Random key generator now uses truly random numbers instead of pseudo-random numbers
  • Other minor fixes and improvements

v1.0.0a "Albatross"

29 Nov 22:55
Compare
Choose a tag to compare

Initial release with basic features.