Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Create an app to manage data encryption #50

Open
michalbabiarz opened this issue May 26, 2021 · 0 comments
Open

[Core] Create an app to manage data encryption #50

michalbabiarz opened this issue May 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@michalbabiarz
Copy link
Collaborator

michalbabiarz commented May 26, 2021

User story:
As a MC user I want to have an tool to easily encrypt/decrypt sensitive data.

Acceptance criteria:

  1. Create DateEncryptionServiceApp in src/main/java/com/capgemini/mrchecker/test/core/utils/.
  2. Use Swing for a UI.
  3. The app should encrypt/decrypt data.
  4. It should use secretData file ref or direct key input.
  5. Separate GUI from Business logic (e.g. MVC pattern).
  6. Cover business logic with JUnits.
  7. Take care of exception handling.
  8. It should be run from a jar file giving the right main class (create a .bat file).
  9. Create an brief instruction how to run it.
@michalbabiarz michalbabiarz added the enhancement New feature or request label May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants