Question about hash_key
Sorry for the potentially dumb question, is my knowledge of encryption is a bit lacking, but here it goes.
Is it safe to hard-code the hash keys of my SearchField? Or should I take extra care to protect it like storing them only among the environment variables as I do with the encryption keys?
Best regards and thanks for this great repository!