I use the SHA-512 hash 1000 times per salt + password. Is it safe to return this when requesting user information, or should I protect it and make it accessible only through HTTPS?
For example, if I make the following request:
GET: http:
and it returns:
{"firstName":"Eliot","lastName":"My last name","email":"email@emailplace.com","password":[91,49,-34,77,79,-48,67,-62,-12,84,84,-18,-81,23,-92,-31,74,-28,-80,102,60,35,-102,115,18,-76,20,-90,-8,91,13,23],"authToken":"33c977b1-5ab6-4a8a-8da9-68c8028eff92","id":179}
Does publication matter?