You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
> RUST_BACKTRACE=1 basecracker crack "MJQXG2LMNFZWW4Y="
thread 'main' panicked at 'explicit panic', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base85-1.1.1/src/lib.rs:210:18
stack backtrace:
0: rust_begin_unwind
at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5
1: core::panicking::panic_fmt
at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14
2: core::panicking::panic
at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:117:5
3: base85::decode
4: <basecracker::modules::module_base85::Base85 as basecracker::modules::Base>::decode
5: basecracker::crack_round
6: basecracker::crack
7: basecracker::main
note: Some details are omitted, run with `RUST_BACKTRACE=full`for a verbose backtrace.
>echo -n 'MJQXG2LMNFZWW4Y='|base32 -d
basilisks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Works with Base64 but fail with Base32
The text was updated successfully, but these errors were encountered: