nettleif

An encryption/decryption-Application using the nettle library
git clone git://xatko.vsos.ethz.ch/nettleif.git
Log | Files | Refs

commit d8ac7f4ec965c2f8b05dd1d3f5f5843fb72d8905
parent 55a32f64e0eed2a7a8c23df66d5f16c67d95f517
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sun,  6 Jan 2019 19:02:15 +0100

Update the hepl with iv_inband

Diffstat:
nettle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nettle.c b/nettle.c @@ -349,7 +349,7 @@ void usage(){ "cipher: string\n"\ "key_values: key_value | key_value ',' key_values\n"\ "key_value: key '=' value\n"\ - "key: 'key' | 'iv'\n"\ + "key: 'key' | 'iv' | 'iv_inband'\n"\ "value: '@' file | string\n\n" ); printf("Example: nettle -CBC:aes128:key=\"BENALOH PAILLIER\",iv=@iv.dat < HALOS.bin\n"\