¿Listado de hashes disponibles en GNUPG2?

1

Quiero usar el comando setpref (bajo --edit-key ) para configurar los algoritmos hash preferidos de una clave en gnupg2 , y me preguntaba si hay una manera de enumerar qué hash mi versión de gpg apoya?

    
pregunta Baard Kopperud 10.11.2018 - 03:38
fuente

1 respuesta

1

Los hashes admitidos se pueden obtener ejecutando el comando con el indicador --version .

De GnuPG documentación de setpref (negrita énfasis mio):

setpref string

    Set the list of user ID preferences to string for all (or just the
    selected) user IDs. Calling setpref with no arguments sets the preference
    list to the default (either built-in or set via --default-preference-
    list), and calling setpref with "none" as the argument sets an empty
    preference list. Use gpg --version to get a list of available algorithms.
    
respondido por el forest 10.11.2018 - 03:41
fuente

Lea otras preguntas en las etiquetas