Click here to Skip to main content
15,868,141 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 Title

Password 

18 Sep 2012 by Enver Buzoku
Shows how to encrypt only the passowrd of an MS SQL connection string in the App.config of a .NET application.
27 Jan 2015 by Sujith Karivelil
This article will help you to create, update and delete events/ appointment in google calendar from your web application.