Skip to content

murilo9/bequest-interview-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tamper Proof Data

The system you are building requires user data to be tamper proof. The client (frontend application) does not want to trust the backend at all. Assume the whole backend system can be compromised.

1. How does the client ensure that their data has not been tampered with?
2. If the data has been tampered with, how can the client recover the lost data?

Edit this repo to answer these two questions using any technologies you'd like, there any many possible solutions. Feel free to add comments.

To run the apps:

npm run start in both the frontend and backend

To make a submission:

  1. Clone the repo
  2. Make a PR with your changes in your repo
  3. Email your github repository to [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.6%
  • HTML 28.4%