24 lines
446 B
Markdown
24 lines
446 B
Markdown
# dataEncryptor
|
|
|
|
[](https://woodpecker.hpz.pw/repos/1)
|
|
|
|
### Installation
|
|
|
|
Setup this registry in your ~/.composer/config.json file:
|
|
|
|
```json
|
|
{
|
|
"repositories": [{
|
|
"type": "composer",
|
|
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
To install the package using Composer, run the following command:
|
|
|
|
```bash
|
|
composer require hpz937/encryption:1.0.0
|
|
```
|