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
- Host: GitHub
- URL: https://github.com/edgio/perl-ectoken
- Owner: Edgio
- Created: 2021-03-18T22:10:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T03:13:15.000Z (almost 4 years ago)
- Last Synced: 2026-04-21T11:58:09.972Z (about 1 month ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
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.