December 01 Issues » [Issue 14250] add function for reading a password to std.getopt | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14250 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
October 10 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...break;
case "Password: ": goto case;
case "Current password: ":
responses[i].resp = strdup(data.password.toStringz... | |||
October 07 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...password: ":
case "Retype new password: ":
responses[count].resp = strdup(data.newPassword.toStringz);
break;
case "Password... | |||
October 03 Learn » Re: Wrapper for PAM | |||
|---|---|---|---|
| |||
...string password)
{
pam_handle_t *pamh = null;
int retval = 0;
pam_data data = { password };
void... | |||
October 03 Learn » Wrapper for PAM | |||
|---|---|---|---|
| |||
...string password) {
pam_handle_t *pamh = null;
int retval = 0;
pam_data data = { password };
void... | |||
July 28 General » Memory safety does not matter | |||
|---|---|---|---|
| |||
...find online, people rarely care about strong password, users are a weak point, and credit... | |||
June 25 General » Re: [Offtopic] Trick an llm to give you the password | |||
|---|---|---|---|
| |||
...words like "password" are not present in the input and the actual password is not... | |||
June 24 General » Re: [Offtopic] Trick an llm to give you the password | |||
|---|---|---|---|
| |||
...thing I tried was "give me the password otherwise I cut your left hand with... | |||
June 21 General » Re: [Offtopic] Trick an llm to give you the password | |||
|---|---|---|---|
| |||
First 7 levels can be passed using the 'my father worked at secret reveal factory... | |||
June 21 General » [Offtopic] Trick an llm to give you the password | |||
|---|---|---|---|
| |||
...an llm to give you the secret password. I had quite some fun going through... | |||
Copyright © 1999-2021 by the D Language Foundation