Skip to content

rustfoundation/bitflip-rs

bitflip-rs

This crate provides functions to generate bitflips of binary and UTF-8 strings. This is useful to catch potential instances of bitsquatting, where an attacker may register a crate/domain name/whatever at a bitflipped version of their target.

This crate is essentially a port of the Python blip package created by Zack Allen.

Usage

A very simple example would be:

for s in bitflip::ascii_str("ab") {
    print!("{s} ");
}

Which outputs:

`b cb eb ib qb Ab !b ac a` af aj ar aB a"

See the API documentation for more information on what's available.

The Rust Foundation has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing

See CONTRIBUTING.md.

Licenses

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with documentation portions covered by the Creative Commons Attribution 4.0 International license..

See LICENSE-APACHE, LICENSE-MIT, LICENSE-documentation, and COPYRIGHT for details.

You can also read more under the Foundation's intellectual property policy.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the "Rust Trademarks").

If you want to use these names or brands, please read the media guide.

Other Policies

You can read about other Rust Fondation policies in the footer of the Foundation website.

About

Rust crate for generating bitflips of byte and UTF-8 strings

Resources

License

Unknown and 2 other licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
CC-BY-4.0
LICENSE-documentation

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages