Skip to content

A javascript reimplementation of the hashing algorithm discovered by Sherlog in 2003.

License

Notifications You must be signed in to change notification settings

oliverpechey/Freelancer-Hash

Repository files navigation

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.

About

A javascript reimplementation of the hashing algorithm discovered by Sherlog in 2003.

Resources

License

Stars

Watchers

Forks

Packages

No packages published