jesusriles / Financial

1 stars 0 forks source link

Be able to identify if someone manually modified the file #24

Open jesusriles opened 1 year ago

jesusriles commented 1 year ago

Everytime a modification is done from the program, get a HASH and store it somewhere, and everytime I want to read/modify the file again, compare the HASH to validate it wasn't modified.

If it was modified, just throw a warning.