David Montesdeocablog.davidmontesdeoca.es·Sep 14, 2023The one with a password manager: passNowadays I find it impossible not to use a password manager to keep my data secure. However, it wasn't always that way. As we've probably all done at one time or another, I used to use the same password on multiple sites. It wasn't always the same, b...DiscussPassword managerspasswords
Derek Onwudiwetecheffect.hashnode.dev·Sep 4, 2023Password Psychology and SecurityThe psychology behind strong passwords is a fascinating area of study, as it delves into user habits and behavior when it comes to online security. Here are some key points and examples: The Fear Factor: People tend to choose strong passwords when th...Discuss·1 likepasswords
Scofield IdehenforLearnHub Bloglearnhubafrica.hashnode.dev·Sep 4, 2023No More Password: Passwordless AuthenticationPasswords have been the dominant form of online authentication for decades. The common password paradigm wherein users create accounts associated with a secret passphrase seems firmly entrenched, given billions of users are trained to log in this way...Discusspasswords
Ndianabasi Udonkangtech.ndianabasi.com·Aug 21, 2023How to Migrate Passwords from Bcrypt to Argon Hashes in AdonisJSYou aren't alone on this. I've had to migrate several production applications which were running with Adonisjs V4 (using the bcrypt hashing algorithm) to Adonisjs V5 (using the argon hashing algorithm). The challenge here is ensuring existing users (...Discusspasswords
Derek Onwudiwetecheffect.hashnode.dev·Aug 20, 2023Secure Password CreationMastering password protection involves creating strong and unique passwords. Follow these steps: Length: Aim for at least 12 characters or more. Mix Characters: Use a mix of upper and lower case letters, numbers, and special symbols. Avoid Personal I...Discusspasswords
Stephen Odogwustevepurpose.hashnode.dev·Aug 9, 2023Learn to protect passwords with Bcrypt hash in a few minutes.Whenever we put in our details to register on any website,attackers are always on the lookout to steal our details. We hear terms like encoding and encryption ,but they can never be like the bcrypt hash format,where we hash passwords with bcrypt. Lat...Discuss·12 likes·35 readsBcrypt
Surya Durgeshsuryatechie.hashnode.dev·Aug 9, 2023New Deep Learning Model Can Steal Your Passwords Just by Listening to You TypeNew Deep Learning Model Can Predict Passwords From Keystroke Sound With 95% Accuracy A team of researchers from Cornell University have developed a new deep-learning model that can predict passwords from the sound of keystrokes with 95% accuracy. The...Discuss·1 likeDeep Learning
Piyush Agarwalpiyushagarwal.hashnode.dev·Aug 2, 2023How are your passwords being stored?We all regularly sign up for a lot of websites; have you ever wondered how those websites store your passwords? Even so, is it safe? There are a total of four levels of authentication. The first level is the most basic and least secure; all that is...Discusspasswords
HackeraceforHackerace Blog Posthackeraceblog.hashnode.dev·Aug 1, 2023Importance of Creating Secure PasswordsIn today’s digital age, the importance of creating strong passwords cannot be underestimated as cyber attack trends are becoming more prevalent and sophisticated. Unauthorized access is a potentially major problem for anyone who uses a computer or hi...Discuss·10 likespasswords
Ayodeji Oladimejilayobright.hashnode.dev·Jul 24, 2023Mastering Form Validation with Formik and Advanced Password RequirementsIn modern web development, form validation is an essential part of ensuring data integrity and security. When dealing with sensitive information, such as passwords, it becomes even more crucial to implement strong validation rules to protect user acc...Discuss·1 likeformik