https://github.com/plasmapower/run-ciphers
Run passwords against given ciphers and ciphertexts
https://github.com/plasmapower/run-ciphers
Last synced: over 1 year ago
JSON representation
Run passwords against given ciphers and ciphertexts
- Host: GitHub
- URL: https://github.com/plasmapower/run-ciphers
- Owner: PlasmaPower
- License: mit
- Created: 2016-08-09T09:22:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T05:33:21.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T02:46:22.950Z (over 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# run-ciphers
A Rust project to run given passwords against given ciphers and ciphertexts with OpenSSL.
Created and used for [Blizzard's Sombra ARG](http://wiki.gamedetectives.net/index.php?title=Sombra_ARG).
## Building
Install rust and cargo, then execute `cargo build [--release]`. The binary will be placed in the target folder.