aboutsummaryrefslogtreecommitdiffhomepage
path: root/qc_decrypt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'qc_decrypt/README.md')
-rw-r--r--qc_decrypt/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/qc_decrypt/README.md b/qc_decrypt/README.md
new file mode 100644
index 0000000..b434975
--- /dev/null
+++ b/qc_decrypt/README.md
@@ -0,0 +1,11 @@
+NeuralDSP QuadCortex file decryptor.
+
+Compile with `make` (requires gcc and openssl-dev installed), then pass the serial number found in `/etc/qc_sn` as command line argument:
+
+```sh
+./qc_decrypt QA00XXXXX /path/to/encrypted.json/cns/ldr/... > decrypted.dat
+```
+
+## License
+
+This tool was made with ♥ by [Simone Margaritelli](https://www.evilsocket.net/) and it is released under the GPL 3 license.