blackrock2

Crates.ioblackrock2
lib.rsblackrock2
version0.1.0
sourcesrc
created_at2024-09-06 23:16:18.496302
updated_at2024-09-06 23:16:18.496302
descriptionA rust port of the Blackrock2 cipher
homepage
repositoryhttps://github.com/Vrtgs/blackrock2/
max_upload_size
id1366762
size11,885
Vrtgs (Vrtgs)

documentation

README

A port of the Blackrock2 cipher used in Masscan to Rust. Its original purpose is efficiently randomizing the order of port scans without having to put every possible target in memory and shuffling. Original code.

Examples

use blackrock2::BlackRockIpGenerator;

for ip in BlackRockIpGenerator::new() {
    println!("{ip}")
}
Commit count: 0

cargo fmt