show password

Password Hashing App Using HTML, CSS and JavaScript with Source Code

Welcome to the Password Hashing App, a robust tool designed to ensure the security of your passwords through advanced hashing techniques. This application, built using HTML, CSS, and JavaScript, empowers users to generate hashed versions of their passwords using the SHA-256 hashing algorithm, a widely recognized standard for data integrity and security. The app's intuitive interface simplifies the

AngularJS Toggle Password Visibility

This tutorial tackles on how to toggle password visibility in Angular JS. Input type "password" is usually used in forms that hides the text that is being type by the user. In some cases, users wanted to view the text they type to check for typo errors. Using javascript, we can achieve that. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.