Mercurial > projects > sencrypt
diff README @ 0:73af139d1a94
Initial revision
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Tue, 28 Jan 2014 19:23:16 +0100 |
parents | |
children | f0ceb0ad20e7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Jan 28 19:23:16 2014 +0100 @@ -0,0 +1,48 @@ +sencrypt +======== + +Description +----------- + +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. + +Build Instructions +------------------ + +sencrypt requires a POSIX:2004 compatible operating system, and needs GNU make, +GNU or BSD install, and the OpenSSL library to be installed. It has been tested +on Linux distributions, FreeBSD, Solaris and Illumos-derived distributions, +UnixWare, and OpenServer. + +License +------- + +Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and +distributed under the following license terms: + +Copyright (C) 2014 Guido Berhoerster <guido+sencrypt@berhoerster.name> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.