Hello,

An application I am working on requires a user account system that can store a variety of information specific to a user (obviously username, password as well as images and other text).

I want to encrypt/hash the password, but how do I go about this when I am publicly releasing the source code and anyone could view how the passwords are hashed and salted?

Thanks