#passwords #crack #xor-encrypted

app roxor

Tool to crack XOR-encrypted passwords

2 releases (1 stable)

1.0.0 May 15, 2020
0.1.0 May 15, 2020

#510 in Authentication

MIT license

6KB
121 lines

Alternative implementations

roxor was originally written in C and later reimplemented in other languages for fun and profit.

Even though Go is now the main implementation, you can still use the other ones.

C

zig build-exe roxor.c -O ReleaseFast --library c

Zig

zig build-exe roxor.zig -O ReleaseFast

Rust

cargo build --release

Crystal

crystal build --release roxor.cr

Ruby

There's also a Ruby implementation, roxor.rb, which works as-is.

No runtime deps