Bcrypt not loading

Issues related to the Login tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html

TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
Post Reply
User avatar
wwonderfull
 
 
Posts: 1584
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Bcrypt not loading

Post by wwonderfull »

amir2314 wrote: Thu Mar 17, 2022 2:50 pm
wwonderfull wrote: Thu Mar 17, 2022 9:06 am You can email them or contact them and see if it can be resolved other than that try using other free webhosts to test your project and see if it works. If you think wamp is having problem try using XAMPP and see if that works.

Is it necessary to use bcrypt For my website ?
I think If you're talking about the password hashing algorithm bcrypt, the main difference is that md5 is designed to be fast, and bcrypt is designed to be slow. This makes it harder for an attacker to brute-force a password. Bcrypt has been around since the late 90s and has handled significant scrutiny by the information security/cryptography community. It has proven reliable and secure over time.

According to some MD5 has been cryptographically broken and considered insecure. For this reason, it should not be used for anything. Instead, developers should switch to the Secure Hash Algorithm or a Symmetric Cryptographic Algorithm.
Post Reply