An open API service indexing awesome lists of open source software.

https://github.com/edgio/perl-ectoken

Perl implementation of ectoken
https://github.com/edgio/perl-ectoken

Last synced: about 1 month ago
JSON representation

Perl implementation of ectoken

Awesome Lists containing this project

README

          

# perl-ectoken
> _Perl implementation of Edgio token (`ectoken`)_

## Table of Contents

- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Background

Perl implementation of the "Edgio Token" (`ectoken`) -see main repo [ectoken](https://github.com/edgioinc/ectoken) for more details.

## Install

### With `deps.sh`

```sh
./deps.sh
```

## Usage

### Help
```sh
>./ectoken.pl -h
Usage ./ectoken.pl
```

### Encrypt

Encrypt clear text token `` with key: ``:
```sh
>./ectoken.pl MY_SECRET_KEY MY_COOL_TOKEN
AUtdBlzc0C5m1b1OHycteRz9QyTEEcRRQ0meWwS_KZqFC8OeqmZ7X2s
```

## Contribute

- We welcome issues, questions and pull requests.

## License

This project is licensed under the terms of the Apache 2.0 open source license. Please refer to the `LICENSE-2.0.txt` file for the full terms.