mimic icon indicating copy to clipboard operation
mimic copied to clipboard

WireGuard obfuscation

Open Vigilans opened this issue 1 year ago • 1 comments

In future, when adding obfuscation support, consider supporting obsfuction method wireguard that implements logic like https://github.com/database64128/swgp-go 's Zero overhead mode. Some crypto lib seems could be exported from kernel module (e.g. chacha from wireguard implementation, aes example: https://github.com/Ed-Yang/crypto-examples)?

Vigilans avatar Mar 07 '24 08:03 Vigilans

Seems nice, thanks!

Linux kernel's crypto API is readily available. This could be a good addition to Mimic's kernel module to extend its eBPF functionality. (currently it only solves hardware offloading, which isn't much but a pretty big deal XD)

hack3ric avatar Mar 07 '24 09:03 hack3ric