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.
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.
See CONTRIBUTING.md.
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.
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.
You can read about other Rust Fondation policies in the footer of the Foundation website.