DAR icon indicating copy to clipboard operation
DAR copied to clipboard

Dar static v 2.8 twofish encryption issue

Open SebastianMpl opened this issue 6 months ago • 5 comments

Denis, Just downloaded juicy dar_static v 2.8 build from download section of your website. It's such a great thing that you maintaining this wonderful app.

The issue I found is that when using twofish for crypto dar crashes. No problems with e.g camellia, serpent and default aes.

From my terminal (on Puppy Linux):

# ./dar_static_2.8 -c test -g ./Mybase8 -K twofish: -zgzip:5 -s 10M
Archive test requires a password: 
Please confirm your password: 
Aborting due to exception: Error creating archive layers: Error while opening libgcrypt key handle: gcrypt/Out of memory
Final memory cleanup
Error creating archive layers: Error while opening libgcrypt key handle: gcrypt/Out of memory
# 

The same is with v 2.7.18 but slightly different error:

Final memory cleanup...
Error creating archive layers: Error while creating ESSIV handle: gcrypt/Out of memory
# 

Could you please check it? Thank you,

SebastianMpl avatar Aug 22 '25 16:08 SebastianMpl