Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

rust-ectoken

CI crates.io Docs

Token Generator for Edgecast Token-Based Authentication from Verizon Digital Media Services

Written against Rust 2018. (Minimum rustc version 1.34.0)

To build and install the test utility, simply run cargo build --release

Usage

To use rust-ectoken, add the following to your Cargo.toml:

[dependencies]
ectoken = "^0.2"

and the following to your crate root:

extern crate ectoken;

Command-line usage for encrypting and decrypting is as follows:

To Encrypt:
  ec_encrypt <key> <text>
or:
  ec_encrypt encrypt <key> <text>

To Decrypt:
  ec_encrypt decrypt <key> <text>

Please have a look to generated and tested doc for more information.

About

Token Generator for Edgecast Token-Based Authentication from Verizon Digital Media Services

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.