Click here to Skip to main content
15,867,973 members
Everything / Password

Password

password

Great Reads

by Joe Dillon
This article describes the security techniques required to create a secure offline password manager and how the Libsodium library has been used to achieve this. YAPM stores passwords with AES encryption and authenticates users with an Argon2 hash.
by Gerard Castelló Viader
Password cracker made in WASM Rust inspired by the popular John the Ripper
by ASP.NET Community
The TextBox server control is an input control that lets the user enter text. By default, the TextMode property is set to SingleLine, which creates a
by ASP.NET Community
Different forums are filled with the questions regarding how to manually implement cookies for login or in other words how to implement "Remeber me"

Latest Articles

by Gerard Castelló Viader
Password cracker made in WASM Rust inspired by the popular John the Ripper
by Joe Dillon
This article describes the security techniques required to create a secure offline password manager and how the Libsodium library has been used to achieve this. YAPM stores passwords with AES encryption and authenticates users with an Argon2 hash.
by raddevus
Plug this device into your computer and never type or memorize a password again. That's right, no need to memorize your Windows login (and you won't be able to because it will be so long and complex anyways).
by adriancs, Taylor Hornby
Securing Password by Hashing with Salt

All Articles

Sort by Updated

Password 

14 Feb 2016 by adriancs, Taylor Hornby
Securing Password by Hashing with Salt
11 Oct 2013 by ASP.NET Community
The TextBox server control is an input control that lets the user enter text. By default, the TextMode property is set to SingleLine, which creates a
11 Oct 2013 by ASP.NET Community
Different forums are filled with the questions regarding how to manually implement cookies for login or in other words how to implement "Remeber me"
11 Oct 2013 by ASP.NET Community
Here is the login form it has user id and password text boxes. When user clicks Login button, it calls ajaxLogin.aspx page in background process
11 Oct 2013 by ASP.NET Community
When working with an ASP.NET site that requires some sort of user authentication (almost every time, I'd say), we often need to establish our own
11 Oct 2013 by ASP.NET Community
FtpWebRequest class to upload a file to ftp server (destination )This Function shows how to upload a file ftp server. this function simply return
11 Oct 2013 by ASP.NET Community
Ever wanted to change the password of the local administrator account (or any local user account for that matter) in .net? Here's how: Code is in
11 Oct 2013 by ASP.NET Community
Introduction When you want to send email message, you must create an instances of MailMessage and SmtpClient classes. This classes are in
11 Oct 2013 by ASP.NET Community
This is simple and effective method for generation of a random password Public Function GeneratePassword(ByVal PwdLength As Integer) As String   
10 Mar 2018 by Joe Dillon
This article describes the security techniques required to create a secure offline password manager and how the Libsodium library has been used to achieve this. YAPM stores passwords with AES encryption and authenticates users with an Argon2 hash.
20 Jan 2013 by M. Hudak
This secure textbox deceptive keyloggers
26 May 2013 by orouit
This article shows how an OTP generator works.
6 Aug 2016 by raddevus
Plug this device into your computer and never type or memorize a password again. That's right, no need to memorize your Windows login (and you won't be able to because it will be so long and complex anyways).