http://bugs.gentoo.org/show_bug.cgi?id=213088
Decryption of text files works, binary files somehow fails (sometimes) when use openpgp mode.
cp libsegfault.tar.bz2 x1 mcrypt x1 mcrypt -d x1.nc (DOES NOT WORK) gpg --decrypt x1.nc (WORK)
x1.nc (Passphrase: passphrase)
still on 2.6.7.
I noticed sometimes, it segfaults on crypt of big files. (other big files work) or it segfaults on decrypt. Or it does only produce a : decrypt failes.
mcrypt -f file_with_key -l -m cbc -s 32 -h sha384 -a rijndael-128 file_to_crypt
Log in to post a comment.
x1.nc (Passphrase: passphrase)
still on 2.6.7.
I noticed sometimes, it segfaults on crypt of big files. (other big files work)
or it segfaults on decrypt.
Or it does only produce a : decrypt failes.
mcrypt -f file_with_key -l -m cbc -s 32 -h sha384 -a rijndael-128 file_to_crypt