Update README.md

This commit is contained in:
Ignacio Rivero
2024-04-01 16:18:29 -03:00
committed by GitHub
parent d91b159ae1
commit 274467fcf8

View File

@@ -5,3 +5,5 @@ Salty is a simple encryption tool I made during my free time, using libsodium. I
- -out: Takes an output file. If no file is selected, or set to '-', output is /dev/stdout. - -out: Takes an output file. If no file is selected, or set to '-', output is /dev/stdout.
- -key: Takes a password up to 128 characters in length. - -key: Takes a password up to 128 characters in length.
- -d: Enables decryption mode. - -d: Enables decryption mode.
## Compatibility
For now, the program has only been tested on Linux with glibc.