¿Cómo importo una clave PGP privada de GnuPG en la línea de comandos de Symantec PGP?

0

Estoy intentando importar una clave PGP privada a la línea de comandos de Symantec PGP que se originó en GnuPGP (1.4.11 AIX) en un sistema Windows.

Cuando hago un pgp --import private.asc , luego hago un pgp --list-keys --details obtengo una clave inválida:

C:\Program Files\PGP Corporation\PGP Command Line>pgp --list-keys --details
Key Details: Bank (Joint key) <[email protected]>
     Key ID: 0x4aaaa8 (0x09aaaaaB8)
       Type: RSA (v4) key pair
       Size: 2048
   Validity: Invalid
      Trust: Never (Not axiomatic)
    Created: 2014-02-26
    Expires: 2016-01-17
     Status: Active
     Cipher: AES-256
     Cipher: AES-192
     Cipher: AES-128
     Cipher: CAST5
     Cipher: TripleDES
       Hash: SHA-256
       Hash: SHA-1
       Hash: SHA-384
       Hash: SHA-512
       Hash: Unknown 0x0B
   Compress: ZLIB
   Compress: BZIP2
   Compress: Zip
      Photo: No
  Revocable: Yes
      Token: No
  Keyserver: Absent
    Default: Yes
    Wrapper: No
 Prop Flags: Sign user IDs
 Prop Flags: Sign messages
 Prop Flags: PGP NetShare
 Prop Flags: PGP WDE
 Prop Flags: PGP ZIP
 Prop Flags: PGP Messaging
 Ksrv Flags: No modify
 Feat Flags: Modification detection
  Notations: None
      Usage: Sign user IDs
      Usage: Sign messages

  Subkey ID: 0xFbbbb5 (0x96bbbb75)
       Type: RSA (v4) subkey pair
       Size: 2048
    Created: 2014-02-26
    Expires: 2019-01-17
     Status: Active
  Revocable: Yes
      Token: No
      X.509: No
 Prop Flags: Encrypt communications
 Prop Flags: Encrypt storage
 Prop Flags: PGP NetShare
 Prop Flags: PGP WDE
 Prop Flags: PGP ZIP
 Prop Flags: PGP Messaging
  Notations: None
      Usage: Encrypt communications
      Usage: Encrypt storage
      Usage: PGP NetShare
      Usage: PGP WDE
      Usage: PGP ZIP
      Usage: PGP Messaging

        ADK: None

    Revoker: None

1 key found

Pregunta

  • ¿Qué es una "Clave conjunta", y si una clave privada PGP es "conjunta"?
  • ¿Hay alguna manera de saber si el ASC está esperando una sintaxis "envuelta"?
  • ¿Cómo importo una clave privada de Aix?
pregunta random65537 30.12.2014 - 02:57
fuente

1 respuesta

0

En realidad, esta clave se importa con éxito y puedes usarla para cifrar los datos con ella.

Los estados de "Validez" tienen alguna evidencia de que esta clave realmente fue creada por su propietario. No significa que no se pueda utilizar. Consulte aquí para obtener más detalles: enlace

La frase "(clave conjunta)" es parte de la identificación del usuario clave.

    
respondido por el Peter Kalef ' Didisoft 31.12.2014 - 09:40
fuente

Lea otras preguntas en las etiquetas