Can a truncated crypto hash of a truncated crypto hash help harden a resource against attacks?

In a project of mine, I have two fields which I need to use for storing a cryptographic signature (hash) of a file, but I can only use 112 bits in total, spread as 16+12 hex chars in those two fields.
Since I cannot store a full SHA256, I … Continue reading Can a truncated crypto hash of a truncated crypto hash help harden a resource against attacks?