10,686 questions
-6
votes
0
answers
63
views
Can I determine the hashing-algorithm when knowing salt and plain-text password
I have a database-table of users including columns for password-hash and password-salt. As I am one of the users in this table I also know the plain-text password of one of these users. The salt ...
0
votes
0
answers
67
views
How to change Apache password (secret) on XAMPP/windows using Apache Directory Studio
I have found something at Changing the admin password on Apashe official website.
I downloaded the "Apache Directory Studio" app.
But I can't find my HostName and port fields to connect the ...
2
votes
0
answers
136
views
Password Storage for Python Scripts
I'm trying to work with some scripts that will require logon credentials to access systems. After some troubleshooting I found that 'keyring' is causing me some issues. I've searched all over and can'...
1
vote
3
answers
129
views
Why is server side password hashing not more familiar? [closed]
I'm working on a web application that has a simple login flow. My problem arises when I try to use a strong algorithm (argon2, bcrypt) for hashing the password on a limited resources AWS LightSail ...
1
vote
1
answer
136
views
Django REST Auth password reset email sends API URL instead of frontend React URL
I am using dj-rest-auth with Django as the backend and React.js as the frontend. I want the password reset email to point to my React frontend URL, not the default API endpoint.
Sending: http://...
1
vote
0
answers
117
views
laravel reset password not resetting
I’m working on the laravel 12, on forgot-password functionality. In the forgot-password page, there is only an email field. When a user submits their email, an SMTP email is sent with a reset link. ...
-1
votes
1
answer
370
views
How to create a Git credential helper? (Windows)
I'm trying to create basic credential helper for Git (Windows version).
Based on documentation it seemed to be trivial:
I've set variable triggering own script/app for the authentication
set ...
0
votes
3
answers
144
views
Password in .env.local file next.js
I'm working on a Next.js project and trying to securely store organization passwords using environment variables in a .env.local file. Here's how I've set it up:
# .env.local
ORG1_PASSWORD=$...
1
vote
2
answers
145
views
Cannot read password from powershell and give it to openssl
I'm trying to give a password to openssl from powershell :
PS>$pfxFile = "toto.pfx"
PS>$ext= ls $pfxFile | % Extension
PS>$pwd = Read-Host "Enter Import Password" -...
3
votes
0
answers
129
views
Autocomplete works for current-password but not for new-password
I'm trying to replicate the following behavior; when changing your password (e.g. on this very site), Safari will suggest filling a New Strong Password:
According to MDN, adding autocomplete="...
0
votes
0
answers
117
views
LVGL textarea doesn't display accented characters with custom font
I'm having an issue using a custom font in LVGL. I created a font named "Montserrat_Latin_14" which includes special characters like á, é, ç, õ, etc. When I use this font in an lv_label, the ...
2
votes
1
answer
122
views
Why is my Powershell password gnerator script including a character that is not listed?
I wrote password generating script as a tool for my work. One of the websites I'm an administrator for has very specific password requirements, so I have a script just for generating passwords that ...
0
votes
0
answers
33
views
CPAN requires password but I only have a PEM key
I write with a question about using CPAN on my work computer. I fear
something has changed but I am not sure what that is or what to do
about it other than to seek your guidance.
The work computer is ...
0
votes
0
answers
29
views
Trigger event when email/password is overlaid
I have an app that, on session timeout, allows the user to open a popup with a form to sign back in again. For the purposes of this question, the app requires MFA. The test below is with Google Chrome ...
0
votes
1
answer
95
views
Chrome Custom Tab only autofills username (not password) on production domain, works on staging
Problem
Chrome’s password autofill works in staging, but not in production. Specifically:
In staging, Chrome autofills both username and password and auto-submits.
In production, Chrome only ...
0
votes
0
answers
131
views
How can I use a file .txt to store some passwords for many programs in python?
I have a file called password.txt and I want to store some passwords in it, I use it in a file of functions but I don't know how to make it usable for more than one file, every one having his specific ...
1
vote
0
answers
58
views
How to use keycloak forgot password flow fetching the keycloak url from my app?
I want to use Keycloak's forgot password flow, but I need the user to stay on my website with my custom UI.
I sent out Keycloak's UPDATE_PASSWORD email with a custom link to my page. The link has a ...
0
votes
1
answer
145
views
How to set a password encoded with BCrypt (for creation and alter)?
With Spring Boot Client it is possible to use Bcrypt to encode a password as follows:
$ ./spring encodepassword superman
{bcrypt}$2a$10$3bQEwIsu2SxDxq1xafag6uH5C3TqacyI2xtQcxJqK9xyJrxgTUPkO
Therefore ...
2
votes
3
answers
223
views
How to show a floating password requirement box below TextField in Jetpack Compose?
I am building a Jetpack Compose login screen and need to display a floating password requirement box below the TextField. The box should dynamically appear when the user starts typing in the password ...
0
votes
0
answers
264
views
John the ripper incremental with mask
I've been experimenting with John the Ripper to get a long-standing issue of a lost VHD password. I foolishly only stored the 1st part of the passphrase in my password safe, relying on my terrible ...
0
votes
1
answer
321
views
maven password or parameter using special characters
I am using maven jarsigner plugin and ant to make the last part of the deployment to move the jar to the server that I need, I am not using any pipeline tool like jenkins or circle ci.
I don't want to ...
-1
votes
1
answer
139
views
How to access passwords in C# using the Microsoft Webservices extension? [closed]
I am making a program in C# visual studio that requires access to the control panels web credentials. I have forced admin permission in order to do so and now just need to use the extension to acess ...
0
votes
1
answer
160
views
How do i change the color of my password input when browser completes the password automatically?
i'm making a signup page for my chat app and when my browser (firefox) detects that i already have an password for this website, it puts it in automatically in the password field and change its color ...
0
votes
2
answers
447
views
FATAL: password authentication failed for user "postgres" in Kubernetes
I can connect the database through docker-compose.yml with its username as postgres and its password 111111 but I cannot handle with the process through Kubernetes with Postgres.
I got this error ...
0
votes
2
answers
51
views
android:inputType="numberPassword" and setText method not working
I have an edittext in the form of
<EditText
android:id="@+id/txt_password"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:...
0
votes
0
answers
117
views
How to decrypt chrome passwords from SQLLite?
Chrome v132
I've got the following code:
final Process globalKeyProcess = Runtime.getRuntime().exec("powershell -NoProfile -ExecutionPolicy Bypass -File \"C:\\Users\\scripts\\...
-1
votes
1
answer
101
views
Password_verify from PHP always return false [duplicate]
I'm working on a login page and the password_verify() always returns false when getting the hash from the DB but prints true when using static values
Here's my code :
<?php
require_once "ID....
1
vote
1
answer
215
views
Django 5.1 - UserCreationForm won't allow empty passwords
I'm upgrading a Django 3.0 app to 5.1 and have been moving slowly through each minor release. So far so good.
However, once I went from Django 5.0 to 5.1, I saw changed behavior with my "Create ...
-1
votes
2
answers
123
views
Java how to pass password from file to process
I have a config file secrets.properties file with USER_PW=xxx and I wold like to pass the password to a process that executes a command that requires root privileges.
In tried to pass the password in ...
-1
votes
1
answer
119
views
Java ProcessBuilder - Provide user password to process, but don't display the password in the terminal
I need to copy a file from a Docker volume to the host machine. To do so I need to provide my user password over the terminal. That works, but the problem is that, when I type in the password, it is ...
0
votes
0
answers
43
views
Understanding EdgeDB Password Management
I have a containerized setup with PostgreSQL in one container and EdgeDB in another, with EdgeDB connecting to the remote PostgreSQL instance. Initially, the EdgeDB password was set using the ...
0
votes
0
answers
53
views
Is it possible to restrict web-browser applications to require admin password to use (Windows)
Want to let my nephew use my PC for gaming (including multiplayer), but don't want them using the web browsers (chrome, edge, brave) for anything (browsing, downloading, uploading anything).
Separate ...
0
votes
1
answer
557
views
ConvertTo-SecureString: Error occurred during a cryptographic operation
When I run a Powershell script using an encrypted password:
$PasswordEncrypted = Get-Content "C:\SecureFolder\FileWithPasswordEncrypted.txt" | ConvertTo-SecureString
I get this error:
...
0
votes
1
answer
89
views
Password expiration for Mac GPGSuite
I have a Mac with OS Sequoia 15.2 and I have set up a Gpg key that's protected by a password. I use GPG Suite from gpg tools.
When I try committing my code via git I'm most usually asked to reenter my ...
-6
votes
2
answers
87
views
How do we handle the passwords when pushing an automation scripts to remote repository?
I had a interview question: How would you handle passwords that you are using in your test when pushing your code to remote repository?
because the password should not be read by others. But the code ...
0
votes
1
answer
106
views
Ghostscript is returning exit code 0 if password is not set to decode encrypted PDF file
We are trying to transform password protected PDF file using Ghostscript without setting password.
We are seeing the below error.
**** Error: Couldn't initialise file.
Output may be incorrect.
No ...
0
votes
0
answers
50
views
my C# code to create new password isn't working [duplicate]
I'm trying to make a code that create a password that's longer than 8 and contains at least one symbol, but when I run that code It keep looping in the symbols condition even if the password contains ...
0
votes
1
answer
124
views
How to redact username, password information from RestTemplate logs
How to redact username, password information from RestTemplate logs in a Spring Boot App
19:16:30.017 [http-nio-9550-exec-7] DEBUG o.s.web.client.RestTemplate - Writing [{grant_type=[password], ...
0
votes
0
answers
74
views
Trouble Connecting RDS in AWS with Replit
I am running into an issue connect my AWS RDS to build my application. I have dont 15 different iterations with assistant but I am still getting the same error of failing to connect to the AWS ...
-1
votes
1
answer
99
views
Encrypt and decrypt passwords between browser and Spring MVC backend [closed]
I want to securely transmit and handle user passwords between the browser and a Spring MVC backend. The password is encrypted on the client side and decrypted on the server side before validation
...
1
vote
0
answers
138
views
C# PBKDF2 password hashing with Django-compatible format (pbkdf2_sha256), issues with password verification
I am working on a C# application where I need to verify user passwords that were hashed using Django’s PBKDF2 algorithm (pbkdf2_sha256). The passwords are stored in the format:
pbkdf2_sha256$...
0
votes
0
answers
110
views
Google password manager doesn't want to save the password in my app
I've built an app for a client where the users have to authenticate via SSO on startup. This is done via an Android WebView, showing the SSO login screen, letting the user log in, saving all the ...
1
vote
2
answers
78
views
Import single line from text file into json file
I have a really simple question which I am sure someone can answer really quickly for me.
I have one text file (password.txt) containing a random string of characters which has been generated by a ...
0
votes
0
answers
74
views
Flutter iOS: saving password in a webview
Given flutter-ios application with WKWebview that opens my website. Website URL is defined in associated domains plist setting + there is an AASA file.
There are email & password fields in the ...
0
votes
0
answers
23
views
Flutter Reset Password Function - Validation and Update Issue with SharedPreferences
Problem Description:
I am developing a Flutter app and am facing an issue with the reset password feature. The functionality involves validating the current password stored in SharedPreferences and ...
1
vote
0
answers
59
views
Issue with NTAG213 Password Removal - Card Becomes Unusable After AUTH0 Modification
I'm developing a Flutter app using the flutter_nfc_kit package to manage NTAG213 NFC cards. While I successfully implemented password protection, I'm facing a critical issue when attempting to remove ...
0
votes
1
answer
43
views
Is there a way to automatic introduce the mac password using appleScript_
I have wrote code to make a bit faster introduce the time from promodoro in selfcontrol based on the intervals. However I couldn't introduce automatic, it just open the dialog to put the password. ...
-1
votes
2
answers
100
views
I am trying to create a stored procedure to check passwords of logins
I want to create a SQL stored procedure that checks passwords at login. This should be a very common question however I could not find an answer anywhere to my specific question, which is about data ...
0
votes
1
answer
108
views
How to change the URL password reset domain in django?
Resetting the password in Django has four main step;
Receive email from the user
Send password reset link
Get the link and change the password from the user side
Register new password successfully
I ...
0
votes
0
answers
65
views
Login DockerHub via Jenkins to push an image
I have build an image using jenkins and now I wanted to push the same image into docker hub.
For this I have to login to the same and getting this error again and again
Error saving credentials: error ...