Skip to content

tiagogoncalves89/ea-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published