aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-04-23 12:32:09 +0200
committerThomas Van Iseghem <[email protected]>2023-04-23 12:32:09 +0200
commit30450e0278aa7915aba4537d3054366137a7daca (patch)
tree56d05ef75a2b98627859d7db2d149ba2a045e892
parent039cce293a190b028f7013a9fbbcd999e2b348f1 (diff)
downloadOpenCortex-30450e0278aa7915aba4537d3054366137a7daca.tar.gz
OpenCortex-30450e0278aa7915aba4537d3054366137a7daca.zip
Updated decrypt readme
-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