method for password encryption
3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 9, 2018 (RSS)
By yusuketaga - August 8, 2018
Hi,
One of my clients ask me what type of encryption is used for storing CMSB log-in password.
He also wants to know if "Hash Function" (i don't know what it is) is used for encryption method.
Please advise!
By daniel - August 9, 2018
Hello,
Yes, we currently use the SHA-1 hashing algorithm to store account passwords in CMSB. You can find more details about that algorithm here:Â http://www.faqs.org/rfcs/rfc3174.html
Let me know if you have any further questions!
Thanks,
Technical Lead
interactivetools.com
By yusuketaga - August 9, 2018
Hi Daniel,
Thank you so much for providing the perfect answer so quickly!