diff options
author | Thomas Van Iseghem <[email protected]> | 2023-04-23 12:33:02 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-04-23 12:33:02 +0200 |
commit | 9a63fbaf864d2a8ecad0ee3804752f7351944235 (patch) | |
tree | 4e87bf4e726bc7637987c35e7b29b5df46585bf8 /File-decryption | |
parent | 30450e0278aa7915aba4537d3054366137a7daca (diff) | |
download | OpenCortex-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.md | 12 |
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 |