Anders Jellinggaard

Results 2 comments of Anders Jellinggaard

> I've been using my fork which blindly enables `-pbkdf2` and uses `SHA512` for hashing for 2 years now: https://github.com/Erotemic/transcrypt > > Using MD5 and no `-pbkdf2` is simply not...

@Erotemic The issue is that the salt is prepended to the encrypted file: ``` $ ENC_PASS=test openssl enc -aes-256-cbc -in /dev/null -md SHA512 -pass env:ENC_PASS -pbkdf2 -e -a -S deadbeaf00000bad...