nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Data is encrypted, advanced users cannot manipulate the data #8

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Issue

The data is encrypted in the file addressbook.enc. This is not in accordance to the constraint Constraint-Human-Editable-File set "To allow advanced users to manipulate the data by editing the data file."

image.png

Steps to reproduce

  1. Launch the application
  2. Create a password
  3. Close the application
  4. Navigate to the .data/ folder
  5. Open the addressbook.enc file.
  6. Its contents are encrypted.

Expected behaviour

Files not to be encrypted to allow advanced users to manipulate the data by editing the data file.

Actual behaviour

File cannot be edited meaningfully by the user

Screenshots

image.png


[original: nus-cs2103-AY2122S1/pe-interim#9] [original labels: type.FeatureFlaw severity.Medium]

Anonymxtrix commented 2 years ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #2544