Crypto Project

less than 1 minute read

A small java application used to check if a file has changed. The application creates a private/public key, it then signs the file using the private key. The public key is then used to check to make sure that the file has not been changed. If the file has been changed, an error message will appear. If the file has not changed, the user will be able to read the file without any errors/issues.

Check out the git repository here for more information on this project.