The project that was developed is the implementation of a cryptographic algorithm using a hash
The project aims to encrypt the user's password. Rules for the use of the project for the user. The user must have only one username. If more than one equal username is registered, the software will notify the user. SecuryRandom was used to generate the salt value in the user's password.
git clone https://github.com/RamonBecker/AlgoritmHash.gitgit clone https://github.com/RamonBecker/AlgoritmHash.git
or install github https://desktop.github.com/
- Java
- JavaFX
- SecureRandom
- MessageDigest
- Register user
- Generate salt value
- Store salt value
- Encrypt password with salt value using the SHA-512 algorithm
- Checked if the user's username already exists, to avoid duplication
- Checked if the user's password is the same as the entered field
By Ramon Becker 👋🏽 Get in touch!
