NOJSCAP demo

https://git.libroot.org/libroot/NOJSCAP/


If you don't already have the NOJSCAP client:

$ git clone https://git.libroot.org/libroot/NOJSCAP/ $ cd NOJSCAP/client/


Python:

Go:

Node.js:

Rust:

Show compilation commands$ rustc nojscap.rs -o nojscap_rs Requires Rust and sha2 crate if using the Cargo version.

C:

Show compilation commands$ gcc -O2 -o nojscap nojscap.c -lssl -lcrypto Required: GCC or any C compiler. OpenSSL development libraries (libssl-dev on Debian-based systems)