./security/zxcvbn-c, Password strength estimator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5, Package name: zxcvbn-c-2.5, Maintainer: ryoon

zxcvbn-c is a C/C++ implementation of the zxcvbn password strength
estimation.

The code is intended to be included as part of the source of a
C/C++ program. Like the original this code is for character sets
which use single byte characters primarily in the code range 0x20
to 0x7E.


Master sites:

Filesize: 1371.518 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-11 22:45:44 by Ryo ONODERA | Files touched by this commit (6)
Log message:
security/zxcvbn-c: import zxcvbn-c-2.5

zxcvbn-c is a C/C++ implementation of the zxcvbn password strength
estimation.

The code is intended to be included as part of the source of a
C/C++ program. Like the original this code is for character sets
which use single byte characters primarily in the code range 0x20
to 0x7E.