what's the type of hash used by (CMS Builder) software
6 posts by 2 authors in: Forums > CMS Builder Community
Last Post: August 22, 2016 (RSS)
By scaretube - August 17, 2016
Hello Guys,
I'm Bob Cain, New here, PHP programmer, security researcher and web developer.
The hash interesting me, For more security :)
i want to know what's the type of hash used by (CMS Builder) software.
to put it in my software, i want the hash file to know how its work.
---------------
Thanks you
Bob Cain
By Dave - August 18, 2016
Hi Bob,
It's SHA1 right now. Now that we've increased the required PHP version, we're going to swap that with PHP's password_hash() in an upcoming release.
Hope that helps! Let me know any other questions. Thanks!
interactivetools.com
By scaretube - August 18, 2016
Hi Dave,
Thanks you for reply :).
Can you please give me the encryptor file ?
I want to use it.
---------------
Thanks you
Bob Cain
By Dave - August 19, 2016
Hi Bob,
I don't know what an encryptor file is in relation to using SHA1 to hash passwords.
What are you trying to do?
interactivetools.com
By scaretube - August 20, 2016
Hi Dave,
Thanks for your reply, i'm trying to use the same file you use to encrypt the password.
and you told me there is no files :) thanks you Dave
what i'm trying to do ? i'm web developer i'm making my software and i ask big companies about more security and way to security his software
but when i search about sha1, its easy to encrypt if someone got it.
---------------
Thanks you
Bob Cain
By Dave - August 22, 2016
Hi Bob,
We're creating a hash of the password, not encrypting/decrypting. But, in any case, good luck with your project!
interactivetools.com