Written By Jens Heine <comboard@gmx.net> 2006
slum -?
Slum Version 0.7 - Build: 20080329
Written 2006 By Jens Heine <bluemelvin@web.de>
Use slum to en-/decrypt your private data.
En/Decryption if files and folders is supported.
Default encryption is Blowfish with a 160 bit key
generated from a password with SHA-1.
Usage: java -jar slum.jar <options>
Options can be one or more of:
-b = Block size for reading data.
-f <Filename> = Use this file for input.
empty and data will be read
from stdin.
-p <Passphrase> = Use this passphrase.
If no password is given, you
will be prompted for it.
-k = Keep input file. It will be
deleted by default.
-v = Be verbose.
EXAMPLES
Encrypt a file
java -jar -f <filename> -p <password>
The input file will be encrypted.
Decrypt a file:
java -jar -f <filename>.slum -p <password>
The encrypted file will be decrypted.
Encrypt and zip a folder:
java -jar -f <folder> -p <password>
The input folder will be zipped and then encrypted.
Decrypt a folder:
java -jar -f <folder>.zip.slum -p <password>
The encrypted folder will be decrypted and unziped.