aboutsummaryrefslogtreecommitdiffhomepage
path: root/File-decryption/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'File-decryption/README.md')
-rw-r--r--File-decryption/README.md8
1 files 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 <your-file>.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