DEV Community

c1oudM0
c1oudM0

Posted on

Obfuscating Solana Transaction Trails with Custom Entropy (Rust)

I’ve been experimenting with a Rust-based tool that aims to obscure Solana transaction trails by using custom entropy and layered randomness.
The idea came from exploring how entropy sources can be combined to make transaction patterns harder to analyze, especially in testing and simulation environments.

The project is fully open-source, and everything runs locally, all wallets are generated on the user’s machine.
It’s designed specifically for Devnet testing with airdropped SOL, not for use with mainnet or real assets.

I’d appreciate feedback from Rust or Solana developers, especially regarding the entropy pool structure and RNG design.
Always open to suggestions on how to make the system more efficient or secure.

GitHub repo: https://github.com/cloudMona/entropic-shuffle

Thanks for taking a look.

Top comments (0)