password
Here are 1,804 public repositories matching this topic...
This is follow up of #1969 intended as a discussion on how this rule should behave.
It would be great if @jfoug and/or @magnumripper would join so we can battle it out and make it consistent between hashcat and john.
As I mentioned in the original report I assumed that given the input word foobar and the rule ef the mangled output should be FOobar. This is based on my first thought when
Easier Readme Guide
Add a link to an easier to follow to readme guide, perheps with a "what not to do" disclaimer.
Also add a some scripts to make sure we have all the prerequisites we need and maybe handle downloading
I'd be willing to bootstrap Finnish localization. Is it sufficient to just copy over some of the existing ones and work from there?
It would be good if this information were in the FAQ as well.
-
Updated
Jul 10, 2020 - JavaScript
See #4243. We can use hccap/hccapx files, but normally I'd recommend using wpapcap2john if you do have a pcap at all. That, or (possibly even better) something from hcxtools which we could also mention (Zerobeat's hcxdumptool is the absolute best sniffer for WPA as well).
-
Updated
Jul 10, 2020 - PowerShell
-
Updated
May 9, 2020 - Python
In UserModel::editUserName($new_user_name) you use preg_match to validate the pattern.
wouldn't it be better to use:
if(!RegistrationModel::validateUserName($new_user_name)) {
return false;
}instead of retypeing the regular expression
This can apply for email and password too
-
Updated
Jun 28, 2019 - JavaScript
-
Updated
Jul 10, 2020 - C#
-
Updated
Jun 28, 2020 - Python
-
Updated
May 25, 2020 - Shell
Bug report
https://github.com/request/request-promise#deprecated
Describe the bug
I just noticed that the oauth package relies on request (or request promise) which is no longer maintained.
"@accounts/oauth@^0.24.0":
version "0.24.0"
resolved "https://registry.yarnpkg.com/@accounts/oauth/-/oauth-0.24.0.tgz#e9968428688f5820d8e0242bd47d97a4e5a23877"
integrity sha512-rcF8wzR
-
Updated
Jul 10, 2020 - Python
-
Updated
Dec 23, 2018 - Python
-
Updated
Apr 20, 2020 - Python
Hi, I was upgrading my dependencies and saw this module was updated. Since it's v0.x there could be breaking changes with updates - so I went to the Releases tab to look for a changelog, but there's none for v0.24.0.
I see now that you just removed the minimum memory limit, but would you mind adding a changelog to avoid confusion? It's a bit worrying when I don't know what's changed - espec
-
Updated
Jun 20, 2020 - C#
-
Updated
Jun 11, 2020 - Objective-C
-
Updated
Sep 30, 2018 - Python
-
Updated
Jul 10, 2020
Your website provides a repository for yum/dnf for updating the software as described https://ltb-project.org/documentation/self-service-password/1.3/install_rpm. However, it only supports Red Hat / CentOS 7. Could you provide a package for Red Hat 8 / CentOS 8.
Additionally, when I use the earlier package it has a dependency on 'httpd'. Could this be removed as the software als
config-guide missing
I have followed instructions for installation by downloading both versions available here https://www.pwm-project.org/artifacts/pwm/release/
1.9.0 and 1.9.1
when I try to open the webapp it redirects to pwm/private/config/config-guide
which gives a 500 error. Manually inspecting the pwm directory reveals ../private/config/ exists but not config-guide.
I then built from repo using maven and
-
Updated
Dec 25, 2019 - Python
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Sep 5, 2018 - JavaScript
Improve this page
Add a description, image, and links to the password topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the password topic, visit your repo's landing page and select "manage topics."


When organizing entries into groups, it's better if the list view can show if an entry already belongs to a group or not. So I can choose to move that entry into group.
Also, it would be nice if there is option to filtering entries that don't belong to any group.
May be a small icon, or tooptip when hover on list's row.