happy-cracking 0.5.0

A fast, comprehensive CTF toolkit for cryptographic encoding/decoding, classic ciphers, hash operations, and analysis tools
Documentation
pub mod a1z26;
pub mod adfgvx;
pub mod aes_cipher;
pub mod affine;
pub mod atbash;
pub mod autodecode;
pub mod baconian;
pub mod base32;
pub mod base45;
pub mod base58;
pub mod base62;
pub mod base64;
pub mod base85;
pub mod base91;
pub mod baudot;
pub mod beaufort;
pub mod bifid;
pub mod binary;
pub mod bitrot;
pub mod braille;
pub mod caesar;
pub mod chain;
pub mod cipherid;
pub mod columnar;
pub mod crc32;
pub mod crc32_forge;
pub mod des_cipher;
pub mod dh;
pub mod ec;
pub mod entropy;
pub mod filetype;
pub mod foursquare;
pub mod frequency;
pub mod gronsfeld;
pub mod hash;
pub mod hash_ext;
pub mod hashcrack;
pub mod hashid;
pub mod hex;
pub mod hexdump;
pub mod hill;
pub mod hmac;
pub mod jwt;
pub mod mathtools;
pub mod morse;
pub mod nato;
pub mod numbersys;
pub mod otp;
pub mod padding;
pub mod phone;
pub mod playfair;
pub mod polybius;
pub mod polybius_utils;
pub mod portscan;
pub mod primes;
pub mod quotedprintable;
pub mod railfence;
pub mod rc4;
pub mod rot;
pub mod rsa;
pub mod semaphore;
pub mod shared;
pub mod solve;
pub mod strings;
pub mod strtools;
pub mod substitution;
pub mod tapcode;
pub mod url;
pub mod uuencode;
pub mod vigenere;
pub mod xor;
pub mod zipcrack;