Crear GPG Key

Crear PGP Publica y Privada de forma Fácil con un Ambiente WEB

vídeo Tutorial:

Sitio Web para Crear la PGP:

https://heiswayi.github.io/pgp/

http://heiswayi.github.io/pgp

https://github.com/heiswayi/pgp

https://heiswayi.nrird.com/pgp/

github

Creado en Base a

https://keybase.io/

https://github.com/keybase/kbpgp

https://github.com/eligrey/FileSaver.js/

Descarga el Contenido de la Web en Archivo Comprimido.

MEGA

mediafire

mediafire

4shared

Generar una Llave GPG en GNU/Linux

Y Exportar la Claves.

Introducción Comandos Básicos:

Generar la Key GPG

gpg --gen-key

Listar la Clave

gpg --list-secret-keys --keyid-format LONG

Exportar la Clave  Publica  :

gpg --armor --export 41F320ACC98470AD

Exportar Clave Publica un como Archivo.

gpg --armor --export 41F320ACC98470AD >> Archivo.asc

Exportar Clave Privada:

gpg --export-secret-key --armor 41F320ACC98470AD

Exportar Clave Privada como un Archivo:

gpg --export-secret-key --armor 41F320ACC98470AD >> Archivo.asc

VÍDEO TUTORIAL COMPLETO:

Crear Clave GPG y Exportar Clave Publica y Privada.

GPG_Publica_Privada PDF

Crear Clave GPG y Exportar Clave Publica.

Crear Clave GPG y Exportar Clave Privada.

Nota : en caso de problema al Crear el Tamaño de la Llave de 4096    «GPG: No hay suficientes bytes aleatorios», Hacer lo Siguiente:

Debian , Ubuntu y derivados :
Instalar:
sudo apt install rng-tools

Ejecutar Comando:

 sudo rngd -r /dev/urandom
Y Volver a Intentar  Generar y Crear la GPG Key.
Forma 2:
gpg --full-generate-key

1

Captura de pantalla de 2018-06-28 14-43-52

Para Ampliar la Lectura:

https://help.ubuntu.com/community/GnuPrivacyGuardHowto#Generating_an_OpenPGP_Key

https://wiki.debian.org/Keysigning

https://help.github.com/articles/generating-a-new-gpg-key/#platform-linux

http://it.toolbox.com/blogs/lim/how-to-generate-enough-entropy-for-gpg-key-generation-process-on-fedora-linux-38022

Dudas o Consulta dejar Comentario.  🙂

Un comentario en «Crear GPG Key»

Deja un comentario

Este sitio utiliza Akismet para reducir el spam. Conoce cómo se procesan los datos de tus comentarios.