You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all files are stored in FS as JSON and loaded from same. If someone changes the data in file it effects the integrity of the persisted data. To make sure we can identify if integrity has been compromise, we can
Create a Integrity File
Store SHAx of the data being persisted
To ensure in-time/exact integrity check, use Timestamp involved integrity check,
Currently all files are stored in FS as JSON and loaded from same. If someone changes the data in file it effects the integrity of the persisted data. To make sure we can identify if integrity has been compromise, we can
The above can be
file.integrtity
The text was updated successfully, but these errors were encountered: