Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

zype/ectoken-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verizon Digital Media Services

ectoken

node.js Token Generator for EdgeCast Token-Based Authentication

Methods

  • encrypt(key, params, verbose)
  • decrypt(key, token, verbose)

Example

const ectoken = require('ectoken').V3;

// encrypt
const token = ectoken.encrypt('keyvalue', 'ec_expire=1257642471&ec_clientip=11.22.33.1');

// decrypt
const params = ectoken.decrypt('keyvalue', token);

License

View legal and licensing information.

About

Token Generator for EdgeCast Token-Based Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%