again [PATCH v1 2/2] command ccrypt

2017-10-09 Thread Gerd Pauli
There was a bug in the last mail i sent. [PATCH v1 2/2] command ccrypt This is the fix. Sorry for the dust :-) Crypt and decrypt files using passwords in keystore. Needs ccryptlib and keystore Usage: ccrypt [-e|-d] -k KEYNAME_IN_KEYSTORE SRC DST Signed-off-by: Gerd Pauli <g...@h

[PATCH v1 2/2] command ccrypt

2017-10-09 Thread Gerd Pauli
Crypt and Decrypt Files using Password in Keystore needs ccryptlib and keystore Rijandel Crypt and Decrypt of files Usage: ccrypt [-e|-d] -k KEYNAME_IN_KEYSTORE SRC DST Signed-off-by: Gerd Pauli --- commands/Kconfig | 10 +++ commands/Makefile | 1 +

Re: [PATCH v1 2/2] command: ccrypt Crypt and Decrypt Files uses keystore for passwords compatible with https://sourceforge.net/projects/ccrypt/ keystore_init Simple Keystore initializer

2017-09-18 Thread Sascha Hauer
Hi Gerd, On Thu, Sep 14, 2017 at 02:29:41PM +0200, g...@high-consulting.de wrote: > From: Gerd Pauli > > Signed-off-by: Gerd Pauli > --- > commands/Kconfig | 14 + > commands/Makefile | 2 + > commands/ccrypt.c |

[PATCH v1 2/2] command: ccrypt Crypt and Decrypt Files uses keystore for passwords compatible with https://sourceforge.net/projects/ccrypt/ keystore_init Simple Keystore initializer

2017-09-14 Thread gp
From: Gerd Pauli Signed-off-by: Gerd Pauli --- commands/Kconfig | 14 + commands/Makefile | 2 + commands/ccrypt.c | 247 +++ commands/keystore_init.c | 79 + include/ccryptlib.h | 98 ++