Albert Veli

Results 4 issues of Albert Veli

## Description The [mozilla2john.py](https://github.com/openwall/john/blob/bleeding-jumbo/run/mozilla2john.py) script included with john supports key3.db files but I noticed mozilla has switched to a new scheme and the new file is called key4.db (an SQLite...

enhancement

When configuring john it finishes with: > Configure finished. Now "make -s clean && make -sj4" to compile. But _make -sj_ should, according to the documentation, automatically try to use...

enhancement
WONTFIX

## Description On Linux systems, it is common to create a file named `/etc/nologin` to deny login access (except for root). This feature can be useful for various scenarios, such...

feature request

Feature request. Add support for this format. It is used by some web frameworks, like CTFd. Python code for the format: ```python3 >>> from passlib.hash import bcrypt_sha256 >>> bcrypt_sha256.hash('john') '$bcrypt-sha256$2b,12$B2bcgGrxCAOZdbU/TDlP6e$8G1QvMXLUpqw1l79lmIRbFMpw1tJwqS'...

enhancement
new format