PHPackages                             ksmz/gplay-encryptedpasswd - 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. [API Development](/categories/api)
4. /
5. ksmz/gplay-encryptedpasswd

ActiveLibrary[API Development](/categories/api)

ksmz/gplay-encryptedpasswd
==========================

Handles the creation of the EncryptedPasswd field, required in Play Store's API calls

v2.0.0(4y ago)119BSD-2-ClausePHPPHP ^7.4|^8

Since Feb 6Pushed 4y ago2 watchersCompare

[ Source](https://github.com/matical/gplay-encryptedpasswd)[ Packagist](https://packagist.org/packages/ksmz/gplay-encryptedpasswd)[ RSS](/packages/ksmz-gplay-encryptedpasswd/feed)WikiDiscussions master Synced 4w ago

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

GPEncryptedPasswd
=================

[](#gpencryptedpasswd)

Handles the creation of the "EncryptedPasswd" field, required by Play Store's internal APIs. This library is does not perform any additional tasks besides generating this field.

Install
-------

[](#install)

`composer require ksmz/gplay-encryptedpasswd`

Usage
-----

[](#usage)

```
use ksmz\GPEncryptedPasswd\Encrypt;
use ParagonIE\HiddenString\HiddenString;

// Fetch your credentials from somewhere else.
$gmailAddress = getenv('GOOGLE_EMAIL');
$gmailPassword = getenv('GOOGLE_PASSWORD');

// HiddenString hides sensitive information from backtraces.
// Alternatively, this can be eventually be replaced by https://wiki.php.net/rfc/redact_parameters_in_back_traces in PHP 8.2
$encryptor = new Encrypt($gmailAddress, new HiddenString($gmailPassword));
echo $encryptor->encrypt();
// AFcb4KS4dW-knb6SS_VaeZRZVqSEZK9ExPO_zt8mgDISQBuEsLYwKzO9JYzar7m2Zjy5bih4MYkb0W46NMgYy_k0ckdehb_bmxrIjlTHHyPxMHH32P8GOlNjoSkt7QgmGEi5JbmoKFfYTo-9FNOioI-7W2l-e6zrw2OhOfSlYjvp2oHM1Q==
```

Credits/Other Libraries
-----------------------

[](#creditsother-libraries)

[https://github.com/subtletech/google\_play\_store\_password\_encrypter](https://github.com/subtletech/google_play_store_password_encrypter)

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~612 days

Total

3

Last Release

1522d ago

Major Versions

v1.0.1 → v2.0.02022-06-14

PHP version history (2 changes)v1.0PHP &gt;=7.1

v2.0.0PHP ^7.4|^8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5066238?v=4)[amatsuka](/maintainers/amatsuka)[@amatsuka](https://github.com/amatsuka)

---

Top Contributors

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

---

Tags

apkphpplay-store

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ksmz-gplay-encryptedpasswd/health.svg)

```
[![Health](https://phpackages.com/badges/ksmz-gplay-encryptedpasswd/health.svg)](https://phpackages.com/packages/ksmz-gplay-encryptedpasswd)
```

###  Alternatives

[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9082.3k](/packages/n1ebieski-ksef-php-client)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k52](/packages/civicrm-civicrm-core)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.2k1.2k](/packages/wheelpros-fitment-platform-api)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[soneso/stellar-php-sdk

Stellar PHP SDK for the Stellar Network

4157.3k4](/packages/soneso-stellar-php-sdk)

PHPackages © 2026

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