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(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 today

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

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

[google/apiclient

Client library for Google APIs

9.8k191.4M995](/packages/google-apiclient)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[web3p/web3.php

Ethereum web3 interface.

1.3k325.5k41](/packages/web3p-web3php)[packbackbooks/lti-1p3-tool

A library used for building IMS-certified LTI 1.3 tool providers in PHP.

51438.3k2](/packages/packbackbooks-lti-1p3-tool)[yoti/yoti-php-sdk

Yoti SDK for quickly integrating your PHP backend with Yoti

27539.9k1](/packages/yoti-yoti-php-sdk)[hoels/app-store-server-library-php

The PHP server library for the App Store Server API and App Store Server Notifications.

44162.2k](/packages/hoels-app-store-server-library-php)

PHPackages © 2026

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