The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag | Total number of occurrences |
|---|---|
| @todo | 3 |
| TODO | 0 |
Each tag is detailed below:
Number of occurrences found in the code: 3
| com.keenertech.antimatter.Encrypter | Line |
|---|---|
| Should add more documentation for the different types of supported encryption algorithms (the key types). | 60 |
| Should add some validations for the key types provided to the class. | 62 |
| Create a better argument-handling scheme for the main() method. It would be better to have a "-e" or -"d" option to select encrypt/decrypt, and then interpret the other arguments depending on whether a string is provided, or a key and a string. | 354 |