jonathanp62 / Java-AES-256

A program that uses AES-256 encryption and decryption for strings and files.
MIT License
0 stars 0 forks source link

Create salt from the user identifier (TODO) #3

Closed jonathanp62 closed 2 months ago

jonathanp62 commented 3 months ago

Create a class that will build and return a salt value based upon the value of the user ID.

jonathanp62 commented 3 months ago

Set up configuration for a number of iterations for Base64 encoding.

jonathanp62 commented 2 months ago

Completed.