Skip to content

Verificando autenticidad de archivos con el api criptografico de Java

Notifications You must be signed in to change notification settings

yorjaggy/verifyingAuthenticityWithJava

Repository files navigation

Verificando autenticidad de archivos con Java - Verifying Authenticity With Java (Usando el API criptografico de Java)

Este repositorio contiene un ejemplo de como usar Java para:

  1. Generar un par de llaves (Privada y publico) y asegurar la llave privada con una clave
  2. Firmar un archivo con la llave privada y generar la firma en un archivo externo
  3. Verificar la autenticidad del archivo usando la llave publica, el archivo y el archivo obtenido en el paso 2

This repo contain a example of how to use Java to:

  1. Generate a pair of keys (Private and public) and secure the private key with a passphrase
  2. Sign a file with the private key and generate the signature in a external file
  3. Verify the autenticity of the file using the public key, the file and the file obtained in the step 2

Proximo trabajo: Traducir el codigo a ingles

#Fuente del codigo: El codigo fue desarrollado teniendo en cuenta la documentación Java de https://docs.oracle.com/javase/tutorial/security/apisign/index.html

#Creado por:

  • Yor Jaggy Castaño
  • Juan Camilo Mendoza
  • Jesus Antonio Molina

Para el curso de Seguridad Informatica - Universidad Icesi - 20161. Dictado por Juan Manuel Madrid.

About

Verificando autenticidad de archivos con el api criptografico de Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages