PHPackages                             openlss/func-bcrypt - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. openlss/func-bcrypt

ActiveLibrary[Security](/categories/security)

openlss/func-bcrypt
===================

Blowfish Crypt helpers for password hashing

0.0.12(13y ago)040612LGPL-3.0+PHPPHP &gt;=5.3.2

Since Mar 22Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nullivex/func-bcrypt)[ Packagist](https://packagist.org/packages/openlss/func-bcrypt)[ Docs](http://openlss.org)[ RSS](/packages/openlss-func-bcrypt/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (13)Used By (2)

openlss/func-bcrypt
===================

[](#openlssfunc-bcrypt)

Blowfish Crypt helper functions for password hashing

These functions are used to aid in bcrypt hashing paswords for a more secure password hashing option

BCrypt hashed passwords are stronger and have inline salting.

Usage
=====

[](#usage)

```
$crypted = bcrypt('password');
if(!bcrypt_check('password',$crypted)){
	echo "Authorization Denied";
	exit;
}
```

Reference
=========

[](#reference)

### (string) bseed($crypted='')

[](#string-bseedcrypted)

Returns a blowfish safe seed

### (string) bcrypt($plaintext,$seed='')

[](#string-bcryptplaintextseed)

Encrypts plain text into a blowfish hash. Pass $seed if this is an existing hash

### (bool) bcrypt\_check($plaintext,$crypted)

[](#bool-bcrypt_checkplaintextcrypted)

Checks a plaintext version against the hash

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

11

Last Release

4786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83c8e9d55e3ebafb0621a441a51af8f551f61a274fde5400459a29cc320b7b75?d=identicon)[nullivex](/maintainers/nullivex)

![](https://www.gravatar.com/avatar/afffa5c56642e74ba5b880c4b78e115c1b8d00c74ceae5644ac359d10058a911?d=identicon)[spudz76](/maintainers/spudz76)

---

Top Contributors

[![nullivex](https://avatars.githubusercontent.com/u/2321375?v=4)](https://github.com/nullivex "nullivex (12 commits)")[![avargas](https://avatars.githubusercontent.com/u/169653?v=4)](https://github.com/avargas "avargas (1 commits)")[![doyjo](https://avatars.githubusercontent.com/u/3947855?v=4)](https://github.com/doyjo "doyjo (1 commits)")[![Spudz76](https://avatars.githubusercontent.com/u/2391234?v=4)](https://github.com/Spudz76 "Spudz76 (1 commits)")

---

Tags

encryptionblowfishpasswordhashing

### Embed Badge

![Health badge](/badges/openlss-func-bcrypt/health.svg)

```
[![Health](https://phpackages.com/badges/openlss-func-bcrypt/health.svg)](https://phpackages.com/packages/openlss-func-bcrypt)
```

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k434.8M1.3k](/packages/phpseclib-phpseclib)[ircmaxell/password-compat

A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password\_hash

2.1k56.8M122](/packages/ircmaxell-password-compat)[symfony/password-hasher

Provides password hashing utilities

813137.2M91](/packages/symfony-password-hasher)[paragonie/password_lock

Wraps Bcrypt-SHA2 in Authenticated Encryption

19348.7k1](/packages/paragonie-password-lock)[passwordlib/passwordlib

A Password Hashing Library

377220.6k6](/packages/passwordlib-passwordlib)[mikemclin/laravel-wp-password

Laravel package that checks and creates WordPress password hashes

863.4M2](/packages/mikemclin-laravel-wp-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
