@anusha_gg If you want a quick, lightweight hash that’s not cryptographically secure but gives you a consistent hex string, you could use a simple string hashing function like the classic DJB2 or a variant that returns a 32-character hex string by padding.
It’s not perfect but pretty fast and easy to implement in a few lines.