• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nette / security
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: v3.2.6
DEFAULT BRANCH: master
Repo Added 25 Jan 2021 12:42AM UTC
Files 22
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v3.2.6
branch: v3.2.6
CHANGE BRANCH
x
Reset
  • v3.2.6
  • master
  • v3.0
  • v3.0.6
  • v3.1
  • v3.1.4
  • v3.1.5
  • v3.1.6
  • v3.1.7
  • v3.1.8
  • v3.2
  • v3.2.0
  • v3.2.1
  • v3.2.2
  • v3.2.3
  • v3.2.4
  • v3.2.5

24 Jul 2026 11:36PM UTC coverage: 92.845%. First build
30134406482

push

github

dg
SimpleAuthenticator: added support for hashed passwords

Stored passwords may now be crypt-format hashes and can be freely
mixed with plain-text ones. Hashes are detected by the '$ident$'
prefix followed by at least 20 characters, the same way
password_verify() identifies them, so besides
bcrypt and argon2 the legacy crypt() formats work too, and a hash
with an algorithm unknown to the PHP build fails closed instead of
being compared as plain text. Plain-text comparison is timing-safe
via hash_equals().

Hashes work in the 'users' configuration section without any extra
option; argon2 hashes must be quoted in NEON because of '=' and ','.

4 of 4 new or added lines in 2 files covered. (100.0%)

558 of 601 relevant lines covered (92.85%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
601 RELEVANT LINES 558 COVERED LINES
0.93 HITS PER LINE
Source Files on v3.2.6
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30134406482 v3.2.6 SimpleAuthenticator: added support for hashed passwords Stored passwords may now be crypt-format hashes and can be freely mixed with plain-text ones. Hashes are detected by the '$ident$' prefix followed by at least 20 characters, the same way pas... push 24 Jul 2026 11:41PM UTC dg github
92.85
See All Builds (212)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc