PHPackages                             mehedimi/bcrypt-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mehedimi/bcrypt-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

mehedimi/bcrypt-cli
===================

A bcrypt command line tool

0.1.0(3y ago)413MITPHPPHP &gt;=5.5

Since Jan 7Pushed 3y agoCompare

[ Source](https://github.com/mehedimi/bcrypt-cli)[ Packagist](https://packagist.org/packages/mehedimi/bcrypt-cli)[ RSS](/packages/mehedimi-bcrypt-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Bycrypt CLI
-----------

[](#bycrypt-cli)

A bcrypt command line tool

### Installation

[](#installation)

```
composer global require mehedimi/bcrypt-cli
```

### Generate Hash

[](#generate-hash)

To make a hash of a string, you need to just run the `make` command, Like bellow

```
bcrypt make YOUR_SECRET_TEXT
```

#### Output

[](#output)

```
Text: secret
Hash: $2y$10$jn/PQTiAiIOCs1u7CYOD5ePHQ6Qfe1smj7/eXPv.sAhPz3MnksJKm

```

### Matching the Hash

[](#matching-the-hash)

You can check a hash token against a text by using `verify` command. Like bellow

```
bcrypt verify secret
```

It will ask you to provide hash token

```
Please enter the hash: $2y$10$jn/PQTiAiIOCs1u7CYOD5ePHQ6Qfe1smj7/eXPv.sAhPz3MnksJKm

```

#### Output

[](#output-1)

```
Text: secret
Hash: $2y$10$jn/PQTiAiIOCs1u7CYOD5ePHQ6Qfe1smj7/eXPv.sAhPz3MnksJKm
Match: Yes

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/61ac017ba729c7fd9bfb6c069dba5298ef632692640bcd6bfe4f0ea72e1eb2e1?d=identicon)[mehedimi](/maintainers/mehedimi)

---

Top Contributors

[![mehedimi](https://avatars.githubusercontent.com/u/10108409?v=4)](https://github.com/mehedimi "mehedimi (9 commits)")

---

Tags

bcryptclicommand-line

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mehedimi-bcrypt-cli/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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