1.0.1 • Published 6 months ago

freelancer-hash v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Freelancer Hash

A reimplementation of Microsoft Freelancer's hashing algorithm.

Installation

npm install freelancer-hash

Usage

import hash from 'freelancer-hash';
let flHash = new hash.FreelancerHash('C:\\Freelancer HD Edition\\DATA');
let someNickname = flHash.getNickname(3074863431); // li_elite

Note

This currently only hashes .ini files. If you need .UTF files etc. feel free to log an issue.