TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Password
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (4)
Arun Choudhary (4)
Ziggy Rafiq (3)
Sanwar Ranwa (3)
Vijay Yadav (2)
Rahul Bansal (2)
Rohatash Kumar (2)
Nilesh Jadav (2)
Onkar Sharma (2)
Kisorjan Jakathiswaran (2)
Satyapriya Nayak (2)
Aman Singhal (2)
Sanjoli Gupta (2)
George (1)
Purushottam Rathore (1)
Darshan Adakane (1)
Vithal Wadje (1)
Prashanth Chindam (1)
Mohammed Asief (1)
Munesh Sharma (1)
Jay Smith (1)
Shantanu (1)
Ashwani Bakshi (1)
Kunj Sangani (1)
Om Agarwal (1)
Alagunila Meganathan (1)
Najath Risni (1)
Mohit Mishra (1)
Arjun Panwar (1)
Sardar Mudassar Ali Khan (1)
Sachin Mishra (1)
Abdul Basith (1)
Shanuka Maheshwaran (1)
Akshay Phadke (1)
Gajendra Jangid (1)
Syed Shakeer (1)
Mukesh Nailwal (1)
Toufik El Azzaoui (1)
CSharp TV (1)
Shweta Lodha (1)
Brijesh Jalan (1)
Rajat Jaiswal (1)
Ramesh Chandra (1)
Bhavya Gaur (1)
Anupam Maiti (1)
Pankaj Lohani (1)
Ajay Yadav (1)
Satya Prakash (1)
Jiteendra Sampathirao (1)
Aditi Sawhney (1)
Nimit Joshi (1)
Logesh Palani (1)
Arun Menon (1)
Dhanush M (1)
Saleh Qadeer (1)
Siddharth Gajbhiye (1)
Akshayrao V (1)
Haridhass Mani (1)
Abhishek Mishra (1)
John Bhatt (1)
Prabhakar Maurya (1)
Prashant Sharma (1)
Kartik Kumar (1)
Shubham Sharma (1)
Venkatesan Jayakantham (1)
Sonu Kumar (1)
Parth Patel (1)
Gaurav Gupta (1)
Manish Sharma (1)
Abhimanyu K Vatsa (1)
Ehtesham Mehmood (1)
Manas Mohapatra (1)
Amit Tyagi (1)
Deepak Garg (1)
Sharad Gupta (1)
Thivagar Segar (1)
Prashant Bansal (1)
S.Ravi Kumar (1)
Ramesh Palanivel (1)
Anwar Basha (1)
Sahil Sharma (1)
Related resources for Password
No resource found
How to Make your Password Safe?
9/21/2024 4:12:29 PM.
This is a brief discussion of the Password safety. Reflecting on password security, early iPhone models used 4-digit codes, evolving to 6-digit codes by iPhone 6. Historical passwords were simpler, bu
Login And Registration Process In WPF application
8/7/2024 10:30:02 AM.
This WPF application in Visual Studio 2010 features a simple login and registration system with two forms: Registration and Login. Users register on the Registration form, and upon successful registra
How to Show and Hide Password in AngularJS
7/25/2024 7:09:31 AM.
Implementing a show/hide password toggle in AngularJS enhances usability by allowing users to view or conceal their passwords. This involves creating an AngularJS component with a toggle feature, defi
How to Show and Hide Password in Angular
7/25/2024 5:18:10 AM.
Enhance your Angular forms by adding a show/hide password toggle feature. Just like a light switch that lets you see if a room is lit or dark, this feature allows users to reveal or hide their passwor
Top 3 Authentication methods in Azure : SSO, MFA, Passwordless
7/10/2024 12:28:42 AM.
In Azure, authentication methods like Single Sign-On (SSO), Multi-Factor Authentication (MFA), and Passwordless options enhance security and user experience. SSO streamlines access, MFA adds layers of
Password-Protected PDF File Using ASP.Net C#
5/31/2024 9:56:31 AM.
Learn how to enhance document security by creating password-protected PDF files using ASP.NET C#. Explore encryption techniques with libraries like iTextSharp to ensure data confidentiality. Safeguard
Guess the Celebrity
5/30/2024 12:08:06 PM.
Develop a Windows app for guessing celebrity images. Design includes labels, textboxes, buttons, and image browsing. Code validates password, hides buttons, and allows image loading. Note: Password is
Hash Password Generator
5/28/2024 11:19:41 AM.
This visual tool generates the hashed password using either SHA1 or MD5 hashing algorithm depending on the choice you make. It will display the hashed password in the read only text box, it can also c
Password Protection Using Code in Windows Forms
5/3/2024 9:01:09 AM.
Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
A Comprehensive Guide to Secure Coding in C#
4/16/2024 10:56:29 AM.
A Comprehensive Guide to Secure Coding in C# by Ziggy Rafiq. Learn how to write robust and secure C# applications by implementing input validation, encryption, authentication, and error handling. This
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
4/9/2024 5:54:03 PM.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
Easy Password Generator: Create Secure Passwords in ASP.NET
4/5/2024 5:39:03 AM.
Discover a powerful Password Generator tool designed to enhance your online security. Our innovative solution creates strong and unique passwords with customizable length and complexity.
Password Policy/Strength ASP.NET MVC Validator
4/4/2024 9:12:10 AM.
The ASP .NET MVC Password Policy Validator facilitates implementing password policies and determining password strength for web system users. It utilizes ASP .NET MVC architecture, extension methods,
Generate the Client Side Hash Password Via MD5 Algorithm and Saving it to Database
4/4/2024 9:10:42 AM.
This article shows how to convert a plain password to a hashed password using the MD5 algorithm on the client side and save it to the database.
Generate Random Password in ASP.NET
4/3/2024 10:46:55 AM.
Generate Random Password in ASP.NET: Enhance security with ASP.NET by creating a randomized password generator. Utilize built-in features or custom code to generate strong, unpredictable passwords, bo
Authenticate the Valid User Via User id and MD5 Hashed Password
4/3/2024 9:55:02 AM.
Secure user authentication with MD5 hashed passwords and user IDs. This method ensures robust password protection by encrypting passwords before storage, enhancing system security and safeguarding use
Save Encrypted Password In Database In ASP.NET
4/3/2024 9:36:57 AM.
In this article, Discover how to enhance security in your ASP.NET application by saving encrypted passwords in the database. Learn the process of encrypting passwords before storing them, ensuring dat
Hashing Password With Bcrypt In Node
4/3/2024 9:36:34 AM.
Learn how to use bcryptjs library for hashing and comparing passwords in a Node.js application. Build a simple API for user registration and login, ensuring password security through bcrypt hashing. U
Make Password Hash In ASP.NET Using C#
4/3/2024 9:07:42 AM.
Learn how to enhance security in your ASP.NET applications by implementing password hashing using C#. This tutorial guides you through the process of creating hashed passwords, ensuring better protect
Password Strength Filter in Vue.js
3/8/2024 1:26:55 PM.
Creating a password strength indicator in Vue.js involves calculating the strength of a password based on certain criteria and then displaying it to the user.
SharePoint CSOM For .NET Standard
3/6/2024 9:04:06 AM.
This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
To Determine the Password Policies For Windows 7
2/25/2024 8:13:14 AM.
In this article determines content and explores the password policies implemented for Windows 7 systems, delving into the security measures, authentication guidelines, and access control mechanisms.
How To Find Your Wi-Fi Password In Windows 10
2/22/2024 6:33:54 AM.
In this tutorial, I have described how to Easily retrieve your Wi-Fi password in Windows 10 through network settings. Access the Network and Sharing Center or use Command Prompt to view network proper
Building a Secure PHP MySQL Signup/Login Website with Email Verification
1/15/2024 8:48:49 AM.
Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
How to Create a Logic App to Protect the PDF with Password
1/3/2024 10:53:35 AM.
In this article, we are going to learn about How to create a Logic App to Protect the PDF with a Password and how to create an Azure Logic App that automatically protects PDF files with passwords and
How to Do Password Policy in Server
12/27/2023 6:36:59 AM.
A password policy can help prevent unauthorized access to user accounts and protect against common types of attacks. A password policy is a set of rules that encourage users to create and use strong p
Password Strength Pipe in Angular
12/18/2023 8:54:52 AM.
This article guides you through creating an Angular pipe to assess password strength. Utilizing Angular concepts, it demonstrates password categorization (Weak, Medium, Strong, Very Strong) based on l
Secure Password Hashing with SHA-256 and Salt in Python
12/7/2023 5:46:50 AM.
In this article, we have discussed SHA-256 and salt. In this article, we unravel the intricacies of a clever strategy to fortify passwords—SHA-256 with salt. SHA-256, part of the SHA-2 family, transfo
C# Security: Best Practices for Secure Coding
8/31/2023 5:05:34 PM.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to
Working With The Encryption Password Function In MySQL
8/7/2023 11:21:11 AM.
In this article we will explain the password encryption function and how to return a password string from a plain text password in a string.
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
Understanding HTML Forms and Input Elements
6/27/2023 8:47:37 AM.
Understanding HTML forms and input elements, Forms are an essential part of web development, allowing users to interact with a website by submitting data or making requests. In HTML, forms are created
Password Less Sign-In With The Microsoft Authenticator App
4/12/2023 10:29:09 AM.
In this article, you will learn about Password Less Sign-In With The Microsoft Authenticator App.
How To Enable Password Writeback SSPR In On-Prem AD And Azure AD
3/28/2023 5:14:50 AM.
In this article, you will learn how to enable password writeback sspr in on-prem ad and azure ad.
Important Facts About MySQL Server
2/21/2023 11:17:57 AM.
In this article, we will learn some of the important facts about MySQL Server.
How To Create Password And Confirm Password Matching Validation In Angular
2/15/2023 10:30:48 AM.
In this article, you will learn how to create password and confirm password matching validation in angular.
How To Generate Random Password In C#?
2/7/2023 4:45:07 AM.
The code snippet in this article is an example of how to generate random numbers and random strings and combine them to create a random password using C# and .NET Core.
How to Encrypt and Decrypt a Password
1/31/2023 6:03:32 AM.
How to Encrypt and Decrypt a Password using EncryptByPassPhrase and DecryptByPassPhrase.
Outlook Login Failed And Repeatedly Requested A Password In Office 365
11/23/2022 6:53:37 AM.
Many people, I've noticed, are unable to sign into their Outlook apps. One, in particular, is experiencing difficulties with Outlook and Office 365. They are confronted by "Connecting to: use
How To Reset SA Password In SQL Server
10/31/2022 5:03:58 AM.
If you want to reset SA password in SQL Server, simply read this blog as we have mentioned simple manual method to reset forgotten System Administrator password.
Generate A Strongly Secured Encrypted PDF File Using PDFFileEcrypter
10/19/2022 5:35:48 AM.
The purpose of this article is to present an effective approach for strong encryption of PDF files using a password and a complicated algorithm.
How To Create Password And Confirm Password Matching Validation In ReactJS
9/13/2022 6:00:27 AM.
In this article, you will learn how to create Password and Confirm Password Matching Validation in ReactJS.
Modern Authentication - Why passwords Are No Longer a Priority - Azure User Group Sweden
8/6/2022 4:50:47 AM.
In this session, you will learn how these new techniques provide additional protection and security for your cloud identities and demonstrate how to plan and architect a strong hybrid identity structu
Get User Name And Password At Runtime Using Python
6/9/2022 5:25:42 AM.
This article explains about how to get user name and password from user in Python.
Generating Random Passwords with ASP. NET and C#
5/11/2022 10:21:27 AM.
This tutorial shows how we can use C# to generate a random password.
SQL TIps - How To Compare Encrypted Password In SQL Server?
1/7/2022 5:57:27 AM.
In our last trip, we have encrypted the password using the SQL function in this post we are going to go a bit in advance and compare the encrypted password.
How To Send One Time Password On Registered Mobile Number Using C#
1/3/2022 8:42:10 PM.
In this article, you will learn how to send One Time Password[O.T.P] on Registered mobile Number using C# asp.net.
How To Reset Your Password In Windows 10
8/19/2021 12:26:12 PM.
In this article, you will learn how to reset and create a new password for your account in Windows 10 without using any kind of third party tool.
Web Security Vulnerabilities On User Session And Username Iteration
7/29/2021 1:57:28 PM.
In this article, you will learn about Web Security Vulnerabilities on User Session and Username Iteration.
Store Password in Binary Format During Registration
3/18/2021 6:08:14 AM.
In this article, we will learn how to a store password in binary format during registration.
Password Encryption For Forms Authentication in ASP.Net
2/3/2021 10:28:39 AM.
This article explains Forms Authentication and how to generate the encrypted password for Forms Authentication.
Extreme .NET Reverse Engineering: Part 5
2/3/2021 6:52:33 AM.
In this article, we have seen how to obtain sensitive information without having access to real source code, including how to manipulate IL code to do that.
Login Page With Remember Password Code In ASP. Net 4.0
2/1/2021 5:06:05 AM.
In this article I describe how to implement an ability to remember a password code in ASP.Net.
Change a Password in ASP.NET
1/18/2021 9:58:19 AM.
In this article, you will see how to change a password of a registered user in ASP.NET.
Password Validator in C#
1/15/2021 11:44:31 AM.
Here I’m telling you about password Validator in C#.
Forgot Password And Reset Password Link On Email In MVC
1/7/2021 6:00:40 AM.
In this article we will see how to reset the password through the forgot password page in MVC. Add an Action link on login page if the user forgets his/her password.The link redirects the user to the
How To Customize Password Policy in ASP.Net Identity
11/11/2020 9:32:57 AM.
This article describes how to customize the validation of ASP.NET Identity and apply various policies for the application.
How to Find WiFi Password in Windows 10 using Command Prompt/Powershell
7/7/2020 12:56:26 AM.
In this video, we are first using command prompt to get wifi password and that trick was too long so we are going to powershell and run below given command to get all of the wifi profile username and
How to Create a Password Reset Disk in Windows 10
5/4/2020 11:19:38 AM.
In this tutorial, I have described how to create or use a password reset disk in Windows 10
Advanced Customization of AD FS Sign-in and Update Password Pages
4/22/2020 3:30:33 PM.
The article is a detailed walkthrough for customizing the ADFS login and update password page with custom company branding and custom functionalities. There is a sample code attached within which can
Password Validation on a Website
3/28/2020 8:36:40 AM.
This article is about the validation process of a password on a website.
Show Asterisks Instead Of Characters For Password Input In Console Application
3/13/2020 8:42:25 AM.
In this article, you will learn how to show asterisks instead of characters for password input in console application.
How to Check Password Strength Meter in Angular 8
3/9/2020 4:02:36 PM.
In most applications, there is a field while registering to enter a valid password that should contain at least a digit, a number, and one special symbol. In this article, we are going to learn how to
How To Create Login Page And Password Interface Using Android Studio
3/2/2020 11:20:09 PM.
In this article, you will learn how to create login page and password interface using Android Studio.
Password Strength in Angular
3/2/2020 1:30:42 PM.
In this article, you will learn about Password Strength in Angular.
Angular Custom Directive For Confirming Password Validation
1/30/2020 8:30:05 AM.
We will learn how to create a custom directive for confirming password validation. Also I will demonstrate how to use that directive in component.
View Wi-Fi Password in Windows 10 Without External Application
1/17/2020 5:15:56 PM.
This article shows how to view the Wi-Fi password in Windows 10 without an external application.
Remove Sleep Mode Password in Windows 8
1/17/2020 12:39:45 PM.
In this article we are going to explain how to remove the password request when Windows resumes from sleep mode in Windows 8.
How To Setup Picture Password In Windows 10
1/15/2020 10:22:20 AM.
In this article, you will learn more about how to set up picture password in Windows 10.
How To Change Your Password In Windows 10
1/14/2020 4:55:58 PM.
In this article, you will learn how to change the password of your account in Windows 10.
How To Change Your Windows Login Password In Windows 10
1/13/2020 4:34:19 AM.
In this article, you will learn how to change your Windows login password in Windows 10.
Image Password In Windows 10
1/9/2020 3:48:47 AM.
In this article you will learn how to set image password in Windows 10.
Picture Password On Login Screen In Windows 10
1/7/2020 11:59:37 PM.
In this article you will learn how to use picture password on user login screen in Windows 10.
Disable Password Requirement When Waking Windows 8 From Sleep
12/30/2019 11:07:14 PM.
In this article we explain how to disable the password requirement when waking Windows 8 from sleep.
Google Firebase Email/Password And Google Login In Flutter
12/23/2019 4:14:49 AM.
In this article, you will learn about Google Firebase Email and Google Plus Login using Flutter.
Create and Use a Password Reset Disk or USB In Windows 8
12/20/2019 4:20:08 AM.
In this article we are going to explain how to create and use a password reset disk or Flash Drive in Windows 8.
Changing HomeGroup Password in Windows 8
12/20/2019 2:48:41 AM.
This article will help you to change the password of the HomeGroup network to easily remember it in Windows 8.
How to Create a Password Recovery Disk in Windows 8
12/17/2019 3:31:17 AM.
In this article I have described how to create a password recovery disk for the Windows 8 operating system.
Disable Password Protect the Screen Saver in Windows 8
12/12/2019 11:38:55 PM.
This article describes how to disable password protection by the screen saver in Windows 8.
Enable Picture Password Sign-in Using Windows 8
12/12/2019 11:05:34 PM.
This article describes how to enable Picture Password Sign-in using Windows 8.
Change Password in Windows 8
12/9/2019 2:45:16 AM.
How to change password in Windows 8
Disable Picture Password Sign-in Using Windows 8
12/9/2019 2:17:52 AM.
This article describes how to disable Picture Password Sign-in using Windows 8.
Setup Picture Password (Picture Logon) in Windows 8
12/8/2019 10:50:46 PM.
In Windows 8 we have three password options; they are i) Live Account Password (works like a normal password) ii) Picture Password and iii) PIN Password. In this article we will see how to set up a Pi
Enable Password Protect the Screen Saver in Windows 8
12/4/2019 4:16:28 AM.
In this article I will describe how to enable password protection by the Screen Saver.
Changing User Account Passwords in Windows 8
12/3/2019 11:48:39 PM.
In this article I will explain how to change the user account password in Windows 8
Set up a Picture Password in Windows 8
11/29/2019 2:32:41 AM.
In this article I will explain the process of setting a Picture Password in Windows 8
Swing Components in Java: Part 1
9/23/2019 11:54:42 PM.
Today in this article I will show you the basic Swing components of JAVA language. How to handle these components and how to work with these components. In this article we will cover these components.
Implementing Username Password Security in WCF Service
9/3/2019 1:54:02 AM.
This article explains username and password authentication with mixed security mode in WCF Service.
Getting Started With Ansible - Part One
8/16/2019 1:19:10 PM.
In the previous article, we got an introduction to Configuration Management and Ansible. Now, it’s time to see Ansible in action.
How to Change Password in SQL Server 2012
7/8/2019 5:42:46 AM.
Here, we will see how to change the password visually and programmatically in SQL Server 2012.
How To Create Service Principal (Password-Based) With PowerShell In Azure
7/3/2019 11:21:05 AM.
In this article, I will be discussing how to create service principal in Azure
Random String in PHP
6/1/2019 9:28:02 AM.
PHP rand function generates a random string. In this article, learn to create a random string in PHP.
Working With WPF PasswordBox Using C# and XAML
12/9/2018 9:26:58 PM.
The PasswordBox class in WPF represents a Password TextBox that provides functionality to mask and hide characters. The code examples in this article demonstrate how to use a PasswordBox control in WP
XAML Password Box Code Example
12/9/2018 9:23:19 PM.
Code example how to use a PasswordBox in XAML. XAML <PasswordBox> element represents a Password Box in XAML.
How To Reset The Administrator Password Using The Command Prompt
12/29/2017 3:58:46 PM.
This blog will help you to reset the local Administrator password from your Windows machine without any third-party software or Windows password recovery tool.
SharePoint 2016/2013/Online - How To Apply Password Encryption For Component As Service Using PowerShell
11/22/2017 6:07:47 PM.
In this article, I will discuss the mechanism to authenticate the requests to SharePoint Lists while working with PowerShell.
Xamarin.Forms Tip - Implement Show/Hide Password Using Effects
9/19/2017 2:04:17 PM.
While developing login pages, we usually get a requirement that there should be an icon in password entry to show/hide password while entering the password. While looking for a solution to this requir
Encrypt And Decrypt User Password In SQL Server DB Using C# Winform Application
9/18/2017 5:10:07 PM.
In this article we are going to learn how to maintain the user login details in sql server table with password encryption format and decrypt the user password and validate the credentials in login for
Creating Login Form For Users With Image Uploading For Password Recall
8/27/2017 10:53:05 AM.
The article is an alternate method of creating a login form where the conventional way of giving a password hint will be given as a question. In this, you can add an image which can be your hint if yo
LAME Question of the Day: How To Store a Password in a Database?
6/29/2017 12:57:31 AM.
Here we will see three approaches for storing user credentials into the database. The plain-text approach should never be used. The salting and hashing technique seems secure and makes it difficult to