sencrypt 4

sencrypt and sdecrypt are utilities for encrypting and decrypting data with the AES, DES, 3DES, and RC4 algorithms. It can read keys from files or ask for a passphrase and use that together with a salt to derive a key using the PBKDF2 key derivation function. sencrypt and sdecrypt are portable and compatible reimplementations of the encrypt and decrypt utilities in Solaris/Illumos-based operating systems.

Tags security cryptography utilities c console
License MITL
State stable

Recent Releases

421 Aug 2019 06:45 minor feature: typo in Makefile preventing installation
306 Aug 2019 15:05 minor feature: Simplify key file reading. Allow local makefile overrides in local.mk. Mark fallthrough case. Port to AIX. Add support for OpenSSL 1.1. Perform 500000 iterations with the PBKDF2 hash function when creating new files. Use correct headers and libraries under Solaris/Illumos. Use a symlink for the manpage alias instead of a soelim stub. Detect the OS and configure build flags and libraries automatically. Exclude "." from tarballs. Print a warning message when using an insecure algorithm. Perform 50000 iterations with the PBKDF2 hash function when creating new files
221 Mar 2015 03:15 minor feature: Improve README file. Add NEWS file. Use C99-compatible version of snprintf on UnixWare 7. Correct check for errors from RAND_bytes()
117 Mar 2015 22:00 major feature: - Add manpage - Initial revision