Skip to main content
Filter by
Sorted by
Tagged with
-6 votes
0 answers
63 views

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 ...
Markus Seizinger's user avatar
0 votes
0 answers
67 views

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 ...
SVN's user avatar
  • 1
2 votes
0 answers
136 views

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'...
Brian's user avatar
  • 59
1 vote
3 answers
129 views

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 ...
mice's user avatar
  • 29
1 vote
1 answer
136 views

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://...
CodeMonk's user avatar
  • 942
1 vote
0 answers
117 views

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. ...
Gayatri's user avatar
  • 11
-1 votes
1 answer
370 views

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 ...
KmsDev's user avatar
  • 1
0 votes
3 answers
144 views

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=$...
Somdotta Sarkar's user avatar
1 vote
2 answers
145 views

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" -...
SebMa's user avatar
  • 4,965
3 votes
0 answers
129 views

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="...
Glorfindel's user avatar
  • 22.8k
0 votes
0 answers
117 views

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 ...
Guilherme h marins's user avatar
2 votes
1 answer
122 views

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 ...
yikes's user avatar
  • 21
0 votes
0 answers
33 views

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 ...
yomi7's user avatar
  • 11
0 votes
0 answers
29 views

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 ...
WBT's user avatar
  • 2,562
0 votes
1 answer
95 views

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 ...
crispoxide's user avatar
0 votes
0 answers
131 views

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 ...
oivil's user avatar
  • 1
1 vote
0 answers
58 views

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 ...
mdenevr's user avatar
  • 11
0 votes
1 answer
145 views

With Spring Boot Client it is possible to use Bcrypt to encode a password as follows: $ ./spring encodepassword superman {bcrypt}$2a$10$3bQEwIsu2SxDxq1xafag6uH5C3TqacyI2xtQcxJqK9xyJrxgTUPkO Therefore ...
Manuel Jordan's user avatar
2 votes
3 answers
223 views

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 ...
Bhushan Patil's user avatar
0 votes
0 answers
264 views

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 ...
Neil's user avatar
  • 106
0 votes
1 answer
321 views

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 ...
pguzman's user avatar
  • 113
-1 votes
1 answer
139 views

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 ...
Fish's user avatar
  • 9
0 votes
1 answer
160 views

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 ...
Luís Ulian's user avatar
0 votes
2 answers
447 views

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 ...
Sercan Noyan Germiyanoğlu's user avatar
0 votes
2 answers
51 views

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:...
blackmamba's user avatar
0 votes
0 answers
117 views

Chrome v132 I've got the following code: final Process globalKeyProcess = Runtime.getRuntime().exec("powershell -NoProfile -ExecutionPolicy Bypass -File \"C:\\Users\\scripts\\...
Crypto Santa's user avatar
-1 votes
1 answer
101 views

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....
Max Lhrm's user avatar
1 vote
1 answer
215 views

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 ...
ravioli's user avatar
  • 3,821
-1 votes
2 answers
123 views

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 ...
max23's user avatar
  • 45
-1 votes
1 answer
119 views

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 ...
max23's user avatar
  • 45
0 votes
0 answers
43 views

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 ...
Abbas's user avatar
  • 4,089
0 votes
0 answers
53 views

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 ...
Subressor's user avatar
0 votes
1 answer
557 views

When I run a Powershell script using an encrypted password: $PasswordEncrypted = Get-Content "C:\SecureFolder\FileWithPasswordEncrypted.txt" | ConvertTo-SecureString I get this error: ...
Gerard Jaryczewski's user avatar
0 votes
1 answer
89 views

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 ...
J P's user avatar
  • 21
-6 votes
2 answers
87 views

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 ...
shivu2012's user avatar
0 votes
1 answer
106 views

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 ...
Pavan Kumar Tiruvaipati's user avatar
0 votes
0 answers
50 views

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 ...
Just A Clasher's user avatar
0 votes
1 answer
124 views

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], ...
user352290's user avatar
  • 1,360
0 votes
0 answers
74 views

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 ...
Scott40m's user avatar
-1 votes
1 answer
99 views

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 ...
Shah Harsh's user avatar
1 vote
0 answers
138 views

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$...
username01's user avatar
0 votes
0 answers
110 views

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 ...
Kristijan's user avatar
1 vote
2 answers
78 views

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 ...
Beckyboo's user avatar
0 votes
0 answers
74 views

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 ...
Zalexei's user avatar
  • 117
0 votes
0 answers
23 views

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 ...
MAB MAB's user avatar
1 vote
0 answers
59 views

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 ...
Kamal Prasad's user avatar
0 votes
1 answer
43 views

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. ...
Richard's user avatar
-1 votes
2 answers
100 views

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 ...
DeBigDaawg's user avatar
0 votes
1 answer
108 views

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 ...
cosmoscoder's user avatar
0 votes
0 answers
65 views

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 ...
Kshitij Kumar's user avatar

1
2 3 4 5
214