Re: file encryption and integrity check

2006-02-21 Thread Francesco Turco
Roscoe ha scritto: Sure will. gpg -c is what you want. Make sure you are using a MDC, which means either using one of the 128bit blocksize ciphers (your gpg will probably use AES256 by default, which is good - gpg -vc to find out) or passing the --force-mdc option. so no need to hash files

file encryption and integrity check

2006-02-20 Thread Francesco Turco
hello, i am very new with gnupg and cryptography in general. i'd like to know if gnupg is a good choice for encrypting files with a password and if it is possible to check if an encrypted file is corrupted or not (integrity check). my goal is to burn some files on cds and protect them both fr