PHPackages                             gdw/decryptsystemfield - 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. [Security](/categories/security)
4. /
5. gdw/decryptsystemfield

ActiveMagento2-module[Security](/categories/security)

gdw/decryptsystemfield
======================

Módulo GDW para Magento 2, permite obtener el valor real de un campo encriptado.

4.4.3(1mo ago)0690proprietaryPHPPHP &gt;=8.1

Since Apr 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/josecruzchavez/GDW_DecryptSystemField)[ Packagist](https://packagist.org/packages/gdw/decryptsystemfield)[ RSS](/packages/gdw-decryptsystemfield/feed)WikiDiscussions 4.4.x Synced today

READMEChangelogDependencies (7)Versions (21)Used By (0)

GDW DecryptSystemField para Magento 2
=====================================

[](#gdw-decryptsystemfield-para-magento-2)

[![Latest Stable Version](https://camo.githubusercontent.com/418162ec3fb8c9f71d39104a305155849a4e2c6fe6ab992536a59a1858e545a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6764772f6465637279707473797374656d6669656c643f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/decryptsystemfield) [![PHP Version Require](https://camo.githubusercontent.com/c58c5facfaa2530375ed9286254e4cf1f8fdaeaed1035eb9ed6d16d99670b84b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6764772f6465637279707473797374656d6669656c642f7068703f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/decryptsystemfield) [![Magento Framework Require](https://camo.githubusercontent.com/9abe630d6ed0e4fc1083fa768ed9d8e2e2eda803e8e7cce066c408972ec127d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6764772f6465637279707473797374656d6669656c642f6d6167656e746f2532466672616d65776f726b3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/decryptsystemfield) [![License](https://camo.githubusercontent.com/c3112ce678732344ccd57612e83fe2031003a76b0b862a7b455bd901b690897c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6764772f6465637279707473797374656d6669656c643f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/decryptsystemfield)

Permite obtener el valor real de un campo encriptado. Se agregan 2 nuevos comandos: 1.- Permite desencriptar un valor guardado en system.xml 2.- Permite desencriptar un string agregado directamente en consola.

Compatibilidad
--------------

[](#compatibilidad)

- Rama 4.4.x: Magento 2.4.4+ con PHP 8.1+
- Rama 4.x: Magento 2.4.0 a 2.4.3 con PHP 7.4
- Rama 3.x: Magento 2.3.x con PHP 7.4

[![gdw_decryptsystemfield_01](https://camo.githubusercontent.com/5aa9f3c12fc56a73db6fd77ded81af83646ce7071048ddc51d12c3832a3e3541/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f6465637279707473797374656d6669656c642f6764775f646563727970745f30312e706e67)](https://camo.githubusercontent.com/5aa9f3c12fc56a73db6fd77ded81af83646ce7071048ddc51d12c3832a3e3541/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f6465637279707473797374656d6669656c642f6764775f646563727970745f30312e706e67)[![gdw_decryptsystemfield_02](https://camo.githubusercontent.com/e952ce6cdb1aee82104b9d575296291dcdeecd0a1a8ad2e970b9c8db4bc7c894/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f6465637279707473797374656d6669656c642f6764775f646563727970745f30322e706e67)](https://camo.githubusercontent.com/e952ce6cdb1aee82104b9d575296291dcdeecd0a1a8ad2e970b9c8db4bc7c894/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f6465637279707473797374656d6669656c642f6764775f646563727970745f30322e706e67)

###### Ejecuta los siguientes comandos en la ruta base de Magento.

[](#ejecuta-los-siguientes-comandos-en-la-ruta-base-de-magento)

### Instalación

[](#instalación)

```
composer require gdw/decryptsystemfield

php bin/magento module:enable GDW_DecryptSystemField
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Actualización

[](#actualización)

```
composer update gdw/decryptsystemfield

php bin/magento module:enable GDW_DecryptSystemField
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Eliminación

[](#eliminación)

```
php bin/magento module:disable GDW_DecryptSystemField
composer remove gdw/decryptsystemfield
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Uso

[](#uso)

```
Comando:
php bin/magento gdw:decrypt:field --path={path/to_field/system} --store_id={store_id}

Información:
--path: Es requerido.
--store_id: Es opcional, se puede obtener el valor dependiendo de la vista de tienda.

```

```
Comando:
php bin/magento gdw:decrypt:value --value={data_encrypted}

Información:
--value: Es requerido.

```

> **Nota**Ninguno de los 2 comandos valida si la información proporcionada por el usuario está encriptada realmente; simplemente hace el proceso de desencriptación y muestra el resultado.

### Expresiones de Gratitud

[](#expresiones-de-gratitud)

- 📢 Comenta a otros sobre este proyecto.
- 👨🏽‍💻 Da las gracias públicamente.
- [🍺 Invítame una cerveza](https://www.paypal.me/gestiondigitalweb)

### Otros enlaces

[](#otros-enlaces)

- [ Sitio web](https://gdw.mx/?utm_source=github&utm_medium=gdw&utm_campaign=decryptedsystemfield&utm_id=link)
- [Listado de Módulos](https://gdw.mx/modulos/)
- [Facebook](https://www.facebook.com/GestionDigitalWeb)
- [Youtube](https://www.youtube.com/c/Gestiondigitalweb)

### Tags

[](#tags)

- Magento 2 tools
- Magento 2 decrypt data
- Magento 2 inspect data
- Magento 2 encrypt data
- Magento 2 decrypt field
- Magento 2 decrypt system field

### Documentación

[](#documentación)

- [https://docs.gdw.mx/modulos/gdw\_decryptsystemfield](https://docs.gdw.mx/modulos/gdw_decryptsystemfield)

### Changelog

[](#changelog)

Consulta el changelog del módulo en:

- [https://docs.gdw.mx/modulos/gdw\_decryptsystemfield/changelog](https://docs.gdw.mx/modulos/gdw_decryptsystemfield/changelog)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community7

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 ~67 days

Recently: every ~2 days

Total

18

Last Release

35d ago

Major Versions

1.0.4 → 4.4.02026-05-07

3.0.0 → 4.4.12026-05-18

3.0.1 → 4.4.22026-05-23

3.x-dev → 4.0.22026-05-23

PHP version history (5 changes)1.0.0PHP ^7.2||^8.0

1.0.3PHP &gt;=7.4 &lt;8.3

1.0.4PHP &gt;=8.1 &lt;8.4

4.0.0PHP &gt;=7.4 &lt;8.0

4.4.3PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/011c8087d6be68d6575cce057daa7ba50cba5748500be27371d486e8f34a8c60?d=identicon)[josecruzchavez](/maintainers/josecruzchavez)

---

Top Contributors

[![josecruzchavez](https://avatars.githubusercontent.com/u/1300329?v=4)](https://github.com/josecruzchavez "josecruzchavez (25 commits)")

---

Tags

commanddecryptencryptgdwmagentmagento2magento2-extensionmagento2-extension-freemagento2-free-extensionmagento2-modulephpphp7php8sshtoolssshcommandsystemtoolsmagento 2decryptedencryptedgestion digital webgdw

### Embed Badge

![Health badge](/badges/gdw-decryptsystemfield/health.svg)

```
[![Health](https://phpackages.com/badges/gdw-decryptsystemfield/health.svg)](https://phpackages.com/packages/gdw-decryptsystemfield)
```

###  Alternatives

[phpseclib/phpseclib

PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.

5.6k465.6M1.5k](/packages/phpseclib-phpseclib)[magepal/magento2-gmailsmtpapp

Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers

3271.9M2](/packages/magepal-magento2-gmailsmtpapp)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

19131.4k](/packages/imi-magento2-friendly-captcha)[tig/postnl-magento2

TIG Magento 2 PostNL extension

59570.5k5](/packages/tig-postnl-magento2)

PHPackages © 2026

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