PHPackages                             skymeyer/sugarcrm-pwd-hash - 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. skymeyer/sugarcrm-pwd-hash

ArchivedProject

skymeyer/sugarcrm-pwd-hash
==========================

SugarCRM Password Hash Utility

1.0.0(6y ago)272[1 issues](https://github.com/skymeyer/sugarcrm-pwd-hash/issues)Apache-2.0PHPPHP ^7.1

Since Sep 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/skymeyer/sugarcrm-pwd-hash)[ Packagist](https://packagist.org/packages/skymeyer/sugarcrm-pwd-hash)[ RSS](/packages/skymeyer-sugarcrm-pwd-hash/feed)WikiDiscussions master Synced 2mo ago

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

SugarCRM Password Hash Utility [![Build Status](https://camo.githubusercontent.com/d5c77c324553d3fff132189f65a60dc385d0ec0be19a6947704abe83b4a18fc3/68747470733a2f2f7472617669732d63692e636f6d2f736b796d657965722f737567617263726d2d7077642d686173682e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/skymeyer/sugarcrm-pwd-hash)
============================================================================================================================================================================================================================================================================================================================================

[](#sugarcrm-password-hash-utility-)

This CLI tool generates SugarCRM compatible password hashes for SugarCRM 7.7 and up which can be stored in SugarCRM's database directly.

By default `bcrypt` is used for the password hashing. You can also specify using the `--type` parameter `sha256` or `sha512`. Check with your administrator which hashing backend is enabled on your SugarCRM instance.

Use `hash --help` to review the available options.

Execute using docker
--------------------

[](#execute-using-docker)

When you have docker installed, simply execute one of the following commands:

```
docker run --rm skymeyer/sugarcrm-pwd-hash generate "password"
docker run --rm skymeyer/sugarcrm-pwd-hash generate "password" --type=sha256
docker run --rm skymeyer/sugarcrm-pwd-hash generate "password" --type=sha512

```

Execute using composer
----------------------

[](#execute-using-composer)

Make sure you have [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) installed. Next, use the `composer create-project` command to initialize the CLI tool. When completed successfully, you will be able to execute the `hash` executable.

```
composer create-project skymeyer/sugarcrm-pwd-hash --prefer-dist --no-dev
cd sugarcrm-pwd-hash
bin/hash generate "password"
bin/hash generate "password" --type=sha256
bin/hash generate "password" --type=sha512

```

Disclaimer
----------

[](#disclaimer)

This is not an official SugarCRM package and is offered as-is.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

2433d ago

### Community

Maintainers

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

---

Top Contributors

[![skymeyer](https://avatars.githubusercontent.com/u/593516?v=4)](https://github.com/skymeyer "skymeyer (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skymeyer-sugarcrm-pwd-hash/health.svg)

```
[![Health](https://phpackages.com/badges/skymeyer-sugarcrm-pwd-hash/health.svg)](https://phpackages.com/packages/skymeyer-sugarcrm-pwd-hash)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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