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. [Utility &amp; Helpers](/categories/utility)
4. /
5. skymeyer/sugarcrm-pwd-hash

AbandonedArchivedProject[Utility &amp; Helpers](/categories/utility)

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

SugarCRM Password Hash Utility

1.0.0(6y ago)372[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 2d 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

23

—

LowBetter than 26% of packages

Maintenance13

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

2483d 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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[php-soap/wsdl

Deals with WSDLs

183.8M18](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5155.1k17](/packages/phel-lang-phel-lang)

PHPackages © 2026

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