9f6d1ecdebd237a2c2c4f33a333705b9273e4827
Salty
Salty is a simple encryption tool I made during my free time, using libsodium. It takes an input and output file, along with an optional password, and encrypts or decrypts the contents. This is my first proper project in C, so the code may be a bit messy in places.
Flags
- -in: Takes an input file.
- -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.
- -d: Enables decryption mode.
Compatibility
For now, the program has only been tested on Linux with glibc.
Description
Languages
C
96.9%
Makefile
3.1%