From 30450e0278aa7915aba4537d3054366137a7daca Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem Date: Sun, 23 Apr 2023 12:32:09 +0200 Subject: Updated decrypt readme --- File-decryption/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/File-decryption/README.md b/File-decryption/README.md index 4a9a8e8..6fc5e4b 100644 --- a/File-decryption/README.md +++ b/File-decryption/README.md @@ -1,4 +1,4 @@ -# NeuralDSP QuadCortex Neural Capture file decryptor. +# NeuralDSP QuadCortex file decryptor. This tool can be used to take one of the encrypted `.cns` or `.json` files, and decrypt them to a usable format. The `.cns` files are actually protobufs and can be decoded with the Python decoder. @@ -39,4 +39,8 @@ pip install protobuf==3.20.* ``` python decode_capture.py .cns.dec -``` \ No newline at end of file +``` + +# File decryptor web app + +By hosting the contents of the `webapp` folder you will be able to skip all the CLI tools and just drag and drop a file in there. The decryption is ported to JS by [Simone Margaritelli](https://www.evilsocket.net/). \ No newline at end of file -- cgit v1.2.3