C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nilesh Jadav(5)
Mahesh Chand(4)
Satyapriya Nayak(4)
Arun Choudhary(4)
Riya Patel(3)
Vijay Yadav(2)
Onkar Sharma(2)
Manpreet Singh(2)
Waqas Sarwar(2)
Rahul Bansal(2)
Bryian Tan(2)
Satya Prakash(2)
Aman Singhal(2)
Rohatash Kumar(2)
Nidhi Sharma(1)
Saurav Kumar(1)
Tanuj (1)
Aarav Patel(1)
Pasang Tamang(1)
Lakshan Sulochana Fernando (1)
Sarthak Varshney(1)
Babita (1)
George (1)
Najath Risni(1)
Mohit Mishra(1)
Shanuka Maheshwaran(1)
Gajendra Jangid(1)
Kisorjan Jakathiswaran(1)
Mukesh Nailwal(1)
Sanwar Ranwa(1)
Shweta Lodha(1)
Rajat Jaiswal(1)
Ramesh Chandra(1)
Arun Menon(1)
Saleh Qadeer(1)
Siddharth Gajbhiye(1)
Abhishek Mishra(1)
Ashwani Bakshi(1)
Aditi Sawhney(1)
Thivagar Segar(1)
Prashant Bansal(1)
S.Ravi Kumar(1)
Ramesh Palanivel(1)
Anwar Basha(1)
Sagar Pardeshi(1)
Prashant Sharma(1)
Kartik Kumar(1)
Akshayrao V(1)
Shubham Sharma(1)
Asma Khalid(1)
Priyaranjan K S(1)
Sahil Saini(1)
Venkatesan Jayakantham(1)
Sonu Kumar(1)
Bhavya Gaur(1)
Vithal Wadje(1)
Prasham Sabadra(1)
Manas Mohapatra(1)
John Bhatt(1)
Asdasdasdasd Asdasdasdasd(1)
Sahil Sharma(1)
Rizwan Ali(1)
Anant Sharma(1)
Nimit Joshi(1)
Anubhav Chaudhary(1)
Om Agarwal(1)
Ashwani Tyagi(1)
Gaurav Gupta(1)
Mohammed Asief(1)
Shekhar Chauhan(1)
Dinesh Beniwal(1)
Ravi Saklani(1)
Manish Sharma(1)
Prabhakar Maurya(1)
Abhimanyu K Vatsa(1)
Shubham Srivastava(1)
Resources
No resource found
.NET 11 ZIP Password Support: Benchmarking Encrypted Archive Performance
Aug 26, 2026.
Benchmark encrypted ZIP archive performance in .NET 11 by measuring CPU usage, memory consumption, processing time, archive size, and throughput.
What is Salting in Password Hashing and Why is it Important?
Apr 20, 2026.
Learn about salting in password hashing, a crucial security measure for web applications. Protect user data and prevent cyber attacks with this essential technique.
How to Implement Secure Password Hashing Using Bcrypt in .NET
Apr 15, 2026.
Secure your .NET apps! Learn bcrypt password hashing in ASP.NET Core with this step-by-step guide. Protect user data with best practices and real-world examples.
How Can Developers Implement Secure Password Storage in Applications?
Mar 11, 2026.
Learn how developers can implement secure password storage in applications. Protect user data with hashing, salting, peppering, and strong password policies.
Secure Password Hashing in .NET: Best Practices for Modern Applications
Mar 03, 2026.
Protect user data! Learn .NET password hashing best practices: algorithms (PBKDF2, BCrypt, Argon2), salting, iterations, and ASP.NET Core Identity for robust security.
How Do Developers Migrate Firebase Authentication Users Without Forcing Password Resets?
Jan 21, 2026.
Migrate Firebase Authentication users seamlessly! Learn how to avoid forced password resets using Admin SDK, lazy migration, and proper hash handling. Secure & smooth!
Secure Password Storage in ASP.NET Core — Best Practices
Nov 24, 2025.
Learn best practices for secure password storage in ASP.NET Core. Protect your users with hashing, salting, peppering, and strong password policies. Leverage ASP.NET Core Identity for robust security.
Generate a Random Password Using Java
Oct 06, 2025.
Learn how to generate strong, random passwords in Java using Random, SecureRandom, Java 8 Streams, and UUID. This guide covers basic to cryptographically secure methods, emphasizing the importance of password security in modern applications. Discover best practices for creating robust passwords with mixed character sets and sufficient length to protect user data from unauthorized access and brute-force attacks. Enhance your application security today!
Reset Forgotten Azure VM Admin Password Without Azure VM Agent
Mar 11, 2025.
If you are unable to reset the local administrator password for an Azure Virtual Machine (VM) using the built-in Azure reset methods, you can manually reset the password using the following steps. This method involves creating an OS disk snapshot, attaching it to another VM, and using NTPWEdit 0.7 to reset the password.
Deploying Vaultwarden on Docker for Secure Password Management
Feb 17, 2025.
Set up a private, self-hosted Vaultwarden server with Docker. Securely manage your passwords while maintaining complete control over your data.
Build a Password Generator Application in HTML and JavaScript(with Code Example)
Nov 20, 2024.
Create a customizable Password Generator tool with HTML, CSS, and JavaScript. This tool allows users to define password length, and include uppercase, lowercase, numbers, and special characters, ensuring secure, complex, and personalized password creation.
How to Show and Hide Password in Angular
Jul 25, 2024.
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 password for better accuracy.
How to Show and Hide Password in AngularJS
Jul 25, 2024.
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, defining the module and controller, and applying basic CSS styling.
How to Make your Password Safe?
Jun 20, 2024.
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, but modern standards emphasize complexity to thwart hacking attempts effectively.
How to Do Password Policy in Server
Dec 27, 2023.
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 passwords.
Secure Password Hashing with SHA-256 and Salt in Python
Dec 07, 2023.
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, transforms passwords into nearly unbreakable codes. Before diving into SHA-256, let's explore the foundation: hashing.
How To Enable Password Writeback SSPR In On-Prem AD And Azure AD
Mar 28, 2023.
In this article, you will learn how to enable password writeback sspr in on-prem ad and azure ad.
How To Create Password And Confirm Password Matching Validation In Angular
Feb 15, 2023.
In this article, you will learn how to create password and confirm password matching validation in angular.
Outlook Login Failed And Repeatedly Requested A Password In Office 365
Nov 23, 2022.
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:
[email protected]
" and a password request from Windows Security when they run Outlook.
How To Reset SA Password In SQL Server
Oct 31, 2022.
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.
How To Create Password And Confirm Password Matching Validation In ReactJS
Sep 13, 2022.
In this article, you will learn how to create Password and Confirm Password Matching Validation in ReactJS.
Get User Name And Password At Runtime Using Python
Jun 09, 2022.
This article explains about how to get user name and password from user in Python.
SQL TIps - How To Compare Encrypted Password In SQL Server?
Jan 07, 2022.
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#
Jan 03, 2022.
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 Find Your Wi-Fi Password In Windows 10
Jun 01, 2020.
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 properties and security key details.
How to Create a Password Reset Disk in Windows 10
May 04, 2020.
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
Apr 22, 2020.
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 be used to handle Sam account-based authentication for ADFS
Show Asterisks Instead Of Characters For Password Input In Console Application
Mar 13, 2020.
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
Mar 09, 2020.
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 create a password strength bar which will show whether the password is weak, good, or strong
Angular Custom Directive For Confirming Password Validation
Jan 30, 2020.
We will learn how to create a custom directive for confirming password validation. Also I will demonstrate how to use that directive in component.
Hashing Password With Bcrypt In Node
Dec 16, 2019.
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. Utilize Express for routing, body-parser for request parsing, and mongoose for MongoDB interaction.
How To Generate Random Password In C#?
Sep 19, 2018.
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.
Forgot Password And Reset Password Link On Email In MVC
Jan 02, 2018.
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 below page from where the user can get a reset link on the registered email id.
How To Reset The Administrator Password Using The Command Prompt
Dec 29, 2017.
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
Nov 22, 2017.
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
Sep 19, 2017.
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 requirement, I found that most of the implementation is done using custom controls whereas we can do this kind of small platform-specific customization using effects. Last year, I wrote this article about implementing custom fonts using effects so I thought let's try this also using the same tecnique.
Encrypt And Decrypt User Password In SQL Server DB Using C# Winform Application
Sep 18, 2017.
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 form.
Creating Login Form For Users With Image Uploading For Password Recall
Aug 27, 2017.
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 you forget your password.
The Easy Way To Recover SharePoint Farm Password In SharePoint 2010 / 2013
Mar 20, 2017.
The Easy Way To Recover SharePoint Farm Password - SharePoint 2010 / 2013.
Configure Password Change Settings In SharePoint 2013 Central Administration
Mar 04, 2017.
In this article, we will see how to configure password change settings in SharePoint 2013 Central Admin.
SharePoint 2016 Central Admin - Security - Configure Password Change Settings
Feb 16, 2017.
In this article, you will learn how to configure password change settings in SharePoint 2016 Central Admin.
SharePoint 2016 - Changing The RunAsAccount Password For Workflow Manger
Jan 26, 2017.
In this article, you will learn changing the RunAsAccount Password for Workflow Manger, in SharePoint 2016.
How To Setup Picture Password In Windows 10
Dec 06, 2016.
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
Oct 30, 2016.
In this article, you will learn how to change the password of your account in Windows 10.
How To Create Login Page And Password Interface Using Android Studio
Sep 25, 2016.
In this article, you will learn how to create login page and password interface using Android Studio.
How To Change Your Windows Login Password In Windows 10
Sep 24, 2016.
In this article, you will learn how to change your Windows login password in Windows 10.
ASP.NET MVC5 - Password Meter jQuery Plugin Integration
Sep 10, 2016.
In this article you will learn about Password Meter jQuery Plugin Integration in ASP.NET MVC5.
Update Managed Accounts Password In SharePoint 2016 Using UI And PowerShell
Sep 10, 2016.
In this article, you will learn, how to update managed account password in SharePoint 2016 using UI and PowerShell.
AngularJS User Registration in MVC with Password Encryption
May 07, 2016.
This article includes User Registration with password encryption technique with AngularJS and bcrypt.
Image Password In Windows 10
Feb 11, 2016.
In this article you will learn how to set image password in Windows 10.
Reset Password In SharePoint Online And Office 365 Using Nintex Workflows
Jan 01, 2016.
In this article you will learn how to reset password in SharePoint Online and Office 365 using Nintex Workflows.
Picture Password On Login Screen In Windows 10
Nov 23, 2015.
In this article you will learn how to use picture password on user login screen in Windows 10.
Save Encrypted Password In Database In ASP.NET
Oct 24, 2015.
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 data protection and safeguarding user credentials.
Make Password Hash In ASP.NET Using C#
Oct 23, 2015.
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 protection for user credentials.
How To Reset Your Password In Windows 10
Oct 23, 2015.
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.
Check Password Strength Using Ajax PasswordStrength Control in ASP.NET
Sep 02, 2015.
In this article we will learn how to check strength of password using PasswordStrength control of Ajax Control Toolkit.
Office 365 - Updating All users Password at a Time
Aug 20, 2015.
In this article I’ll explore some PowerShell commands required for updating passwords of all users at a time
Send Forgetten Password and Username in Email in ASP.Net
Jul 23, 2015.
In this article I’ll show you how to send a forgotten password and username in email using ASP.NET C#.
Send Random Password in Mail in ASP.Net
Jul 20, 2015.
In this article I’ll show you how to send a random password in mail in ASP.NET using C#.
Implementing Username Password Security in WCF Service
Jul 09, 2015.
This article explains username and password authentication with mixed security mode in WCF Service.
View Wi-Fi Password in Windows 10 Without External Application
Jul 05, 2015.
This article shows how to view the Wi-Fi password in Windows 10 without an external application.
Create Simple Login Form Using Password Widget in ASP.Net
Jun 08, 2015.
In this article I will show you how to make a login from using a JavaScript- password widget where it show and mask the password while filling the form, it also generate password, also shows the strength of your password.
Using ASP.Net to Delegate Domain Password Resets to Business Managers
May 18, 2015.
This article shows how to develop a simple ASP.NET-based application for the purpose of providing non-IT management staff the ability to reset a delegate's Windows domain account password.
LAME Question of the Day: How To Store a Password in a Database?
Feb 02, 2015.
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 crack for the hacker but it is never impossible to hack a database.
Passphrase vs Password For Security
Jan 17, 2015.
In this article we learn about passphrases, how to make a strong passphrase and what the benefits are over passwords.
XAML Password Box Code Example
Dec 24, 2014.
Code example how to use a PasswordBox in XAML. XAML <PasswordBox> element represents a Password Box in XAML.
How to Create One Time Password (OTP) in PHP
Dec 16, 2014.
In this article you will learn how to create a One Time Password (OTP) in PHP.
Change the MD5 Hashed Password of a Valid User
Aug 28, 2014.
This article shows how to change the hashed password of the valid user through its user id, which is saved in a database.
Generate the Client Side Hash Password Via MD5 Algorithm and Saving it to Database
Aug 26, 2014.
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.
How To Customize Password Policy in ASP.Net Identity
Jan 17, 2014.
This article describes how to customize the validation of ASP.NET Identity and apply various policies for the application.
Bind Password and Multi Line Textbox Using Knockout In MVC
Sep 30, 2013.
This article is in continuation of that article since today's article is about some more HTML Controls that can be bound using Knockout in MVC.
To Determine the Password Policies For Windows 7
Sep 02, 2013.
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.
Developing a Password TextBox Control in LightSwitch Using Visual Studio 2012
Jun 14, 2013.
This article describes how to develop a Password TextBox Control in LightSwitch using Visual Studio 2012.
WordPress Plugin - Password Strength Indicator Using jQuery and XML
Jun 02, 2013.
An article on how to create WordPress Password strength indicator plugin using jQuery and XML.
Login Page With Remember Password Code In ASP. Net 4.0
Mar 05, 2013.
In this article I describe how to implement an ability to remember a password code in ASP.Net.
Disable Password Requirement When Waking Windows 8 From Sleep
Feb 15, 2013.
In this article we explain how to disable the password requirement when waking Windows 8 from sleep.
Store Password in Binary Format During Registration
Feb 13, 2013.
In this article, we will learn how to a store password in binary format during registration.
Store Password in Encrypted Format During Registration in PHP
Feb 13, 2013.
In this article we will know how to store password in encrypted format during registration.
Create and Use a Password Reset Disk or USB In Windows 8
Jan 02, 2013.
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
Dec 20, 2012.
This article will help you to change the password of the HomeGroup network to easily remember it in Windows 8.
Set and Remove Password in Word 2013 Documents
Dec 01, 2012.
In this article I explain how to set and remove the password in Word documents.
Hash Password Generator in VB.NET
Nov 10, 2012.
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 copy the hashed password to clipboard on your choice for easy paste operation.
How to Choose a Language and Change Password in JIRA Tool in Testing
Nov 09, 2012.
In this article we discuss how to choose a language and change password in JIRA tool in Testing.
Change password in VB.NET
Nov 09, 2012.
Here we will see how to change password in VB.NET.
Change User Password in Windows XP in VB.NET
Nov 08, 2012.
Here we see how to access a user account without knowing its password in Windows XP.
How to Create a Password Recovery Disk in Windows 8
Nov 05, 2012.
In this article I have described how to create a password recovery disk for the Windows 8 operating system.
Remove Sleep Mode Password in Windows 8
Oct 15, 2012.
In this article we are going to explain how to remove the password request when Windows resumes from sleep mode in Windows 8.
Enable Picture Password Sign-in Using Windows 8
Sep 22, 2012.
This article describes how to enable Picture Password Sign-in using Windows 8.
Disable Password Protect the Screen Saver in Windows 8
Sep 22, 2012.
This article describes how to disable password protection by the screen saver in Windows 8.
How to Change Password in SQL Server 2012
Sep 13, 2012.
Here, we will see how to change the password visually and programmatically in SQL Server 2012.
HomeGroup Network Password on Windows 7
Aug 26, 2012.
How do I find my Homegroup Network Password on Windows 7
Change Password in Windows 8
Aug 24, 2012.
How to change password in Windows 8
Disable Picture Password Sign-in Using Windows 8
Aug 16, 2012.
This article describes how to disable Picture Password Sign-in using Windows 8.
ASP.NET MVC3 - Password Strength Indicator Using JQuery and XML
Jul 30, 2012.
Sample code on how to integrate the Password Strength Indicator using jQuery and XML plug-in with ASP.NET MVC3 Razor.
Setup Picture Password (Picture Logon) in Windows 8
Jul 19, 2012.
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 Picture Password.
Auto Generate Password in Windows store App
Jul 06, 2012.
Today we will learn about a very interesting class GUID (Globally Unique Identifier) in windows store applications. It is a predefined utility that we can use to randomly generate an identifier number.
Change a Password in ASP.NET
Jun 13, 2012.
In this article, you will see how to change a password of a registered user in ASP.NET.
Change Password in PHP
Jun 05, 2012.
In this article we will know how to change a password of a registered user.
Retrieving User Password and Email Address From Database Using C#
May 21, 2012.
Today, I have provided an article showing you how to retrieve a user's password and email address from a database in ASP.NET.
Enable Password Protect the Screen Saver in Windows 8
May 14, 2012.
In this article I will describe how to enable password protection by the Screen Saver.