Fixes typo in README

This commit is contained in:
Samuel FORESTIER 2024-08-19 11:56:55 +02:00
parent 5f72dcaf32
commit 2add5f8fa6

@ -10,7 +10,7 @@ to prevent any undesired binary executions on each and every platforms it may go
For this purpose one can always run `base64 -w0 < /path/to/malware.bin | xz > /tmp/vitrified.data`
and then `xz -d < /tmp/vitrified.data | base64 -d > /path/to/malware.bin` on the other end, but
maybe they cannot (or don't want to) use any system tools from an host that has been infected.
maybe they cannot (or don't want to) use any system tools from an infected host.
vitrifyr allows base64 encoding followed by xz compression, with optional AES-256-CBC encryption.
On devitrification, the process is reversed.