Welcome Guest, Not a member yet? Register   Sign In
Protecting a CI site
#4

Yeah - don't use md5. You should go with bcrypt or argon2 as they provide more options to hash passwords. For example cost(10) is the standard cost for hashing passwords with bcrypt. Higher values result in stronger hashes but need more hardware power. I currently use bcrypt with cost of 14. Same for Argon2 algorythm, which provides options for "memory_cost", "time_cost" and "threads".
Reply


Messages In This Thread
Protecting a CI site - by MarkWS7M - 04-29-2019, 02:53 PM
RE: Protecting a CI site - by InsiteFX - 04-29-2019, 04:12 PM
RE: Protecting a CI site - by Avega Soft - 04-29-2019, 08:43 PM
RE: Protecting a CI site - by michael.j - 05-03-2019, 02:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB