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. ksmz/gplay-encryptedpasswd

ActiveLibrary

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

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

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

Since Feb 6Pushed 3y 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 2mo 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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

1426d 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://www.gravatar.com/avatar/a4606e6650e58add8c0acd4eef7db84d94b29dca2f657efc3e82a74ad3731199?d=identicon)[amatsuka](/maintainers/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

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M673](/packages/laravel-socialite)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M531](/packages/laravel-passport)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[aporat/store-receipt-validator

PHP receipt validator for Apple App Store and Amazon Appstore

6503.9M9](/packages/aporat-store-receipt-validator)[civicrm/civicrm-core

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

728272.9k17](/packages/civicrm-civicrm-core)

PHPackages © 2026

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