Skip to main content

Questions tagged [passwords]

Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine. It is primarily used with a username for the authorization system. Sometimes people use keys instead of passwords due to the increased strength of the keys.

-2 votes
1 answer
21 views

I want it generate error when users enter more than 15 password maximum [closed]

I am building a password generator, I set it to 15 max but I alter realized that if users input a figure above 15, it will accept and generate it, which is not suppose to be. I want to let it have a ...
Olalekan Samuel's user avatar
0 votes
1 answer
11 views

Is there a way to use p4 triggers to ask for a submit password

I am trying to implement a soft lock system, where we will have a password we send people before submitting. This kind of works if people pass the password on the submit, but then everyone sees the ...
Marcos Pereira's user avatar
-2 votes
0 answers
17 views

How to get the Wi-Fi admin password? [closed]

I bought a ZTE MF79U modem a long time ago. Now I need it and there is a need to dig around in the admin panel (which is hosted as an HTML document on 192.168.?.1). And here's the annoying thing, I ...
Noder's user avatar
  • 1
-1 votes
1 answer
42 views

VBA macro to set password to pdf files [closed]

I am trying to create multiple documents from word mail merge. Want to save them as both .docx as well as .pdf with password to open the file. While I could successfully create word documents with ...
Rama's user avatar
  • 1
0 votes
0 answers
6 views

Root password not working after doing a system upgrade from 30 to 31

I have two systems, one on 26 and one on 28. Both upgrade to 30 just fine. When I upgrade to 31 or 32 using dnf system-upgrade download --releasever=31 and then dnf system-upgrade reboot, when I try ...
Mark Speener's user avatar
0 votes
2 answers
37 views

Where to save hashed passwords for user login? [closed]

I am designing a website for my company that will have a user log in page that will lead to a customized dashboard. I am currently, using PostgreSQL to store information in the back end of this ...
Jeevan Gopinath's user avatar
0 votes
1 answer
24 views

Why is there no default password generated to the console in Spring Security 6?

I created following API endpoint secured by Spring Security 6. @Controller public class HelloController { @GetMapping("/") public String hello() { return "index"; ...
190303458's user avatar
0 votes
1 answer
26 views

Is there a standard set of characters which are generated by password generators, for example by web browsers such as Chrome?

Do randomized password generators usually have a standardized set of characters which they can produce as output? I am trying to implement some logic for password validation. It would be frustrating ...
FreelanceConsultant's user avatar
0 votes
0 answers
10 views

Tomcat 9 digest clear text password

I'm having an issue with clear text password Tomcat9 on Windows, which is JDBC connection Tomcat9 connect to DB. I tried to digest the password with digest.bat and change the server.xml or add Realm, ...
Son Le's user avatar
  • 1
0 votes
4 answers
76 views

Displaying all Results for Prime Numbers on One Popup Window

I am trying to create a password generator in Python. I'm starting off by writing a program to generate prime numbers to use when calculating RSA, and I found a program that I modified to display ...
user26149746's user avatar
0 votes
1 answer
22 views

How to control the saving of words on the soft keyboard?

My application has password editText. When I enter passwords, the soft keyboard saves them as new words. How can I stop this from happening?
Feuer und Wasser's user avatar
0 votes
0 answers
26 views

trying to submit a form, and it's returning error

I'm trying to submit this from, but it is returning invalid password, I trim()'d the data, both for the registration method const Auth = require('../models/AuthModel'); const jwt = require('...
Joel Somtochukwu's user avatar
0 votes
0 answers
21 views

Does Google support app passwords as of today?

I read online that Google stopped support for app passwords and uses OAuth, so I want to confirm this? I have a script that sends a form submission to my email and it stopped working. If that's the ...
Adi Mehmedičević's user avatar
0 votes
0 answers
66 views

Mirror code snippet that generates key and initialization vector in PHP

I have a method written in C# that generates a Key and Initialization Vector and uses them to encrypt data. I am trying to mirror that method to PHP implementation, but the problem is the different ...
srdjan's user avatar
  • 41
1 vote
0 answers
28 views

Why am l not able to successfully log in? [duplicate]

I am trying to login. If my details are correct, l am automatically redirected to the home page. The problem is every time l click login, it displays the error message that l entered an incorrect ...
Elvis Chimuse's user avatar

15 30 50 per page
1
2 3 4 5
716