Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: do not decrypt if the text file is newer than the encrypted file
This implies that the user may have changed the text file sometime after they created the encrypted copy. So we do not decrypt the older encrypted file---this would overwrite the text file.
- Loading branch information