058 does not in fact represent '?', but '_', per the extended character
set introduced with EBCDIC.
This commit is contained in:
@@ -7,7 +7,7 @@ use num_cpus;
|
|||||||
static MAX_THREADS: LazyLock<usize> = LazyLock::new(|| num_cpus::get());
|
static MAX_THREADS: LazyLock<usize> = LazyLock::new(|| num_cpus::get());
|
||||||
|
|
||||||
const TARGET: [u8; 16] = hex_literal::hex!("e809236d4b94e54174e666cf3b1f53ce");
|
const TARGET: [u8; 16] = hex_literal::hex!("e809236d4b94e54174e666cf3b1f53ce");
|
||||||
const KNOWN: &str = "CYBERSCI(PUNCH?C4RD?1S?7H3?FL4SH?ST0R@GE?OF?";
|
const KNOWN: &str = "CYBERSCI(PUNCH_C4RD_1S_7H3_FL4SH_ST0R@GE_OF_";
|
||||||
const KNOWN_TRAIL: &str = ")";
|
const KNOWN_TRAIL: &str = ")";
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user