PHPackages                             eminmuhammadi/hidemydata - 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. eminmuhammadi/hidemydata

ActiveLibrary[Security](/categories/security)

eminmuhammadi/hidemydata
========================

Managing a couple of algorithms to decrypt or encrypt text

2.0.0(6y ago)36[1 PRs](https://github.com/eminmuhammadi/HideMyData/pulls)MITPHPPHP ^7.3.0CI passing

Since Mar 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/eminmuhammadi/HideMyData)[ Packagist](https://packagist.org/packages/eminmuhammadi/hidemydata)[ RSS](/packages/eminmuhammadi-hidemydata/feed)WikiDiscussions master Synced 1mo ago

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

HideMyData (v2.0.1) [![Build Status](https://camo.githubusercontent.com/8fc30b6d21a86205e1ea04f06c1d5d2cec8f8129e74781192f11bdc95e0dd8a0/68747470733a2f2f7472617669732d63692e6f72672f656d696e6d7568616d6d6164692f486964654d79446174612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eminmuhammadi/HideMyData)
===========================================================================================================================================================================================================================================================================================================================

[](#hidemydata-v201-)

Managing a couple of algorithms to decrypt or encrypt text, powered by PHP.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing
----------

[](#installing)

You can install using Composer

```
composer require eminmuhammadi/himemydata:dev-master
```

or

```
git clone https://github.com/eminmuhammadi/HideMyData.git
```

Codings
-------

[](#codings)

```
include_once 'vendor/autoload.php';
```

Library class called as `eminmuhammadi\HideMyData\HideMyData` and requires main 3 options to use. `Secret Key` and `Public Key` must be selected by individuals who need to use asymmetric encryption. There are a couple of `algorithms` divided into 2 part.

Basic Use
---------

[](#basic-use)

### Encryption :

[](#encryption-)

```
