aboutsummaryrefslogtreecommitdiffhomepage
path: root/File-decryption
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-04-23 12:33:02 +0200
committerThomas Van Iseghem <[email protected]>2023-04-23 12:33:02 +0200
commit9a63fbaf864d2a8ecad0ee3804752f7351944235 (patch)
tree4e87bf4e726bc7637987c35e7b29b5df46585bf8 /File-decryption
parent30450e0278aa7915aba4537d3054366137a7daca (diff)
downloadOpenCortex-9a63fbaf864d2a8ecad0ee3804752f7351944235.tar.gz
OpenCortex-9a63fbaf864d2a8ecad0ee3804752f7351944235.zip
Decrypt readme, put webapp on top since it's the most easy way of working
Diffstat (limited to 'File-decryption')
-rw-r--r--File-decryption/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/File-decryption/README.md b/File-decryption/README.md
index 6fc5e4b..b429e13 100644
--- a/File-decryption/README.md
+++ b/File-decryption/README.md
@@ -1,4 +1,8 @@
-# NeuralDSP QuadCortex file decryptor.
+# 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/).
+
+# Quad Cortex 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,8 +43,4 @@ pip install protobuf==3.20.*
```
python decode_capture.py <your-file>.cns.dec
-```
-
-# 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
+``` \ No newline at end of file