ea-hash

1.0.1 • Public • Published

EA-HASH

EA-Hash is a NodeJS Library to generate the secret answer hash used to authenticate in FIFA Ultimate Team.

npm version Build Status Coverage Status Dependency Status devDependency Status

Installation

$ npm install ea-hash --save

Usage

var eaHash = require('ea-hash')
 
var hash = eaHash('secret answer')
 
console.log(hash)

Tests

To run the test suite, first install the dependencies, the run npm test:

$ npm install
$ npm run test:dev

License

The MIT License (MIT)

Package Sidebar

Install

npm i ea-hash

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tiagogoncalves