Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

String Hashing 馃

Overview

String hashing is a technique used in malware development to transform input data (such as text strings) into a fixed-length string, known as a hash. This process is carried out to hide strings within your code.

Usage

You can run with cargo run or the compiled binary directly:

cargo run
target/release/string_hashing.exe

References