EA-Hash is a NodeJS Library to generate the secret answer hash used to authenticate in FIFA Ultimate Team.
$ npm install ea-hash --savevar eaHash = require('ea-hash')
var hash = eaHash('secret answer')
console.log(hash)To run the test suite, first install the dependencies, the run npm test:
$ npm install
$ npm run test:dev