An open API service indexing awesome lists of open source software.

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

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.