Re-exports

pub use modules::get_base_from_name;
pub use modules::get_bases_from_names;
pub use modules::get_bases_names;
pub use utils::get_printable_percentage;

Modules

Functions

Try to crack the cipher using the all bases.

Try to crack the cipher using the specified bases.

Iterate over all bases and try to decode the cipher. Return a vector of (plaintext, bases) containing successful decodes.

Decode given cipher using the specified bases and return the result

Decode given cipher using the specified bases and return steps and result. It consumes more memory than decode().

Encode given plaintext using the specified bases and return the result

Encode given plaintext using the specified bases and return steps and result It consumes more memory than encode()