-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
User story:
As a MC user I want to have an tool to easily encrypt/decrypt sensitive data.
Acceptance criteria:
- Create DateEncryptionServiceApp in src/main/java/com/capgemini/mrchecker/test/core/utils/.
- Use Swing for a UI.
- The app should encrypt/decrypt data.
- It should use secretData file ref or direct key input.
- Separate GUI from Business logic (e.g. MVC pattern).
- Cover business logic with JUnits.
- Take care of exception handling.
- It should be run from a jar file giving the right main class (create a .bat file).
- Create an brief instruction how to run it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request