Devdeep Ghosh

Bcrypt vs BcryptJS: Understanding the Differences and Choosing the Right Encryption Library

As technology evolves, the security of our web applications and user passwords becomes increasingly critical. Ever-evolving technology has produced faster GPUs and CPUs which can perform brute force attacks and easily guess hashed passwords. This is where Bcrypt hashing function offers us a truly robust solution. Bcrypt is one of the most popularly used password-hashing […]

Bcrypt vs BcryptJS: Understanding the Differences and Choosing the Right Encryption Library Read More »

A Beginner’s Guide to Object Prototypes in JavaScript

In this article, we will explain what object prototypes are in JavaScript, their use, and various methods and concepts around it. Before moving on with the topic, it is necessary to have a basic understanding of JavaScript objects. JavaScript object is a non-primitive data type in JavaScript that stores multiple collections of data, or properties.

A Beginner’s Guide to Object Prototypes in JavaScript Read More »