Top "Passwords" questions

Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine.

Starting Shiny app after password input

I know that in Shiny Server Pro there is a function of password control. The question is that Shiny has …

r passwords shiny
Password strength checking library

Can anyone recommend a Java library that contains methods that are suitable for performing server-side password strength checking in a …

java passwords
Netflix doesn't logout other open sessions with password change

I've recently been doing a bit of web development so I've been thinking more about authentication and stuff. On Netflix …

authentication passwords password-protection netflix
How to use zip4j to extract an zip file with password protection

I am trying to unzip a zipfile with password protection. I know there is a java library named "zip4j" …

java passwords unzip
What is base64 clear text username and password?

Recently I came across this word in a basic authentication article. What it meant by base64 clear text usrname and …

windows passwords basic-authentication http-authentication
Where and how are passwords stored in Magento?

It would be a tremendous user experience bless to have a universal login across various apps of my website. For …

magento hash passwords ipb
How to reset WebSphere wasadmin password

I have tried following this tutorial but the new password doesn't take effect after security is enabled again, still have …

passwords websphere admin reset maximo
Mysql (MariaDB 10.0.29): Set root password, but still can login without asking password?

I want to secure mysql by setting root password. I reset root password successfully: MariaDB [(none)]> select Host, User, …

mysql login passwords mariadb
How to make input field type both numeric and password?

I'm aware of this: <input type="tel"> and I'm aware of this: <input type="password"> But …

html input passwords numeric
How to create and store password hashes with Blowfish in PHP

1) How do you create secure Blowfish hashes of passwords with crypt()? $hash = crypt('somePassword', '$2a$07$nGYCCmhrzjrgdcxjH$'); 1a) What …

php security passwords blowfish crypt