Choosing the Hash and cyphering algorithm
    Atom 'Smasher' 
    atom at suspicious.org
       
    Tue Dec 21 06:31:47 CET 2004
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On Mon, 20 Dec 2004 npellegr at numericable.fr wrote:
> Just an issue I hope somebody could help me with :
>
> 1) How could I specify (whether it's possible!) what hash algorithm: 
> MD5, SHA-1 TIGER ... (Ok i'm joking for MD5 !!) I want to use for 
> signing ?
===================
take tiger off of your list, it's no longer part of rfc2440.
"--personal-digest-preferences" will let you specify your order of 
preference for hash. note that if you (hypothetically) make md5 your most 
preferred hash and encrypt a message to someone who does not list md5 in 
their key's preferences, it will be skipped.
in a (1.4) config file:
 	personal-digest-preferences MD5 SHA-1 RIPEMD160
> 2) The same for symmetric cyphering, is possible to specify i need to 
> use DES or AES or 3-DES ?
======================
same thing, this time with "--personal-cipher-preferences".
using my key as an example, my preferred ciphers are:
 	Twofish with 256-bit key(sym 10)
 	Blowfish(sym 4)
 	CAST5(sym 3)
 	Triple-DES(sym 2)
if a (1.4) config file contains:
 	personal-cipher-preferences AES AES192 AES256 BLOWFISH CAST5
and you encrypt a message to me, blowfish would be used. it's the first 
match between our preferences.
> 3) Is it possible (like it's likely done during the signing step) to 
> cypher something using my RSA secret key ?
======================
gpg -ear 0x12345678!
where "0x12345678" is the subkey you want to specify. just add the bang 
(!) at the end and you can specify a particular subkey.
- -- 
         ...atom
  _________________________________________
  PGP key - http://atom.smasher.org/pgp.txt
  762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
  -------------------------------------------------
 	"Any sufficiently advanced technology
 	 is indistinguishable from magic."
 		-- Arthur C. Clarke
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
Comment: What is this gibberish?
Comment: http://atom.smasher.org/links/#digital_signatures
iQEcBAEBCAAGBQJBx7VOAAoJEAx/d+cTpVciD8sH/RaLtnSeiy7zjLJhOpl4LJcl
XBgmhZz8FKlUnMP/E5H/Zdph2tXFQRLLxsgISVZLvXtw95EDLQV00/Sw1Qfiyu8j
kf8417LGvZMp98MI02TOGhs9VfqwALhW4HpJyYvMA8wJRGjCk08Vqlp3ab9LRp79
cwxLQsja785n2G8yV8Ra6sjijzvS2OWMQlpspcrOh0dk1/YjPca2jzlqnaY3s/2O
t8su9joqTmQy/cKatxfJm4dPh4Mtro6IcrUyfx2JpPSQtIX4pSHV2/9rSn+2RP+v
7Rmqw7MZOHewfXiV4d6693uCMrpbdBo24pGC/Z7bab5u8teO96KI1Yg8JdRw0uE=
=wfDh
-----END PGP SIGNATURE-----
    
    
More information about the Gnupg-users
mailing list