Is there any character or symbol that cannot/should not be submitted into any hash function that would throw an error or break the function or anything like it? No characters submitted into a hash need to be escaped or anything right?
Is there any character or symbol that cannot/should not be submitted into any hash
Share
No. Hash functions are made to work on binary data, just as well as strings. There is nothing you need to do to prepare data for hashing.