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

New classes (TODO) #1

Closed jonathanp62 closed 2 weeks ago

jonathanp62 commented 2 weeks ago

Create classes for encryption, decryption, and a builder as each of those two classes requires up to five parameters.

jonathanp62 commented 2 weeks ago

The builder class is done. The skeletons for encryption and decryption are in place and instead of requiring builders they are consuming an Options class each.