I need to store a hashed value in a web application, presumably in the web.config file. In researching thusfar, I've found the article referenced below which deals with hashing passwords in the web.config. However, I cannot find a way to hash a non-password value in web.config.
Is it possible to hold a hashed, non-password value in web.config?
Thanks.
Is it possible to hold a hashed, non-password value in web.config?
Thanks.