Rust-transpiled WASM implementation of the 2ch/4chan tripcode generation algorithm.
https://rbtms.github.io/tripperjs/
It's a crypt3() based tripper, used to generate tripcodes in pages like 2ch or 4chan.
A tripper is a tool used to generate cryptographic hashes which have the objective of providing security and/or uniquity.
I wanted to learn more about how crypt(3) worked.
It was hella fun to make.
You are welcome to fork this github. Contributions are welcome as well.