PHPackages                             novia713/setara - 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. novia713/setara

ActiveProject[Security](/categories/security)

novia713/setara
===============

A trivial way for hiding text from simple view.

07PHP

Since Dec 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/novia713/setara)[ Packagist](https://packagist.org/packages/novia713/setara)[ RSS](/packages/novia713-setara/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

👁 setara 🙈
==========

[](#-setara-)

🙈 Setara is a php class for hiding texts from simple view

**CAUTION: this is NOT strong encryption use this only for disabling simple view reading texts not for encryption, this is not serious ^^**

Instantiation
-------------

[](#instantiation)

```
require __DIR__ . "/vendor/autoload.php";
use Novia713\Setara\Setara;

// Provide as argument a capitalized name of a 1st gen Pokemon
$setara = new Setara("Lapras");

```

Hide
----

[](#hide)

```
$setara->enc($my_string);
```

Reveal
------

[](#reveal)

```
$setara->dec($my_string);
```

Explanation
-----------

[](#explanation)

This simply uses `chr()` and `ord()` to convert letters to numbers, using a Pokemon name as seed for displacement.

I would use this *only* for standard and common ascii letters.

Examples
--------

[](#examples)

For example, "Hallo" string using "Bulbasaur" as Pokemon seed reads as `73 98 109 109 112`

"Hallo" string using "Mew" as Pokemon seed reads as `223 248 259 259 262`

This way you can't read the string on simple viw. That's it!

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5dcc0a4601f59a399b191fc20cd222d365c0db24762bf36af1bf9093e547747b?d=identicon)[novia713](/maintainers/novia713)

---

Top Contributors

[![novia713](https://avatars.githubusercontent.com/u/423279?v=4)](https://github.com/novia713 "novia713 (11 commits)")

### Embed Badge

![Health badge](/badges/novia713-setara/health.svg)

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

###  Alternatives

[paragonie/ecc

PHP Elliptic Curve Cryptography library

25866.3k44](/packages/paragonie-ecc)[sansec/magento2-module-shield

15218.6k](/packages/sansec-magento2-module-shield)[dwgebler/encryption

Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.

317.5k](/packages/dwgebler-encryption)

PHPackages © 2026

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