https://github.com/sims4toolkit/hashing
Utility functions for hashing strings and formatting hashes.
https://github.com/sims4toolkit/hashing
nodejs npm s4tk-library sims4 sims4-tool typescript
Last synced: 19 days ago
JSON representation
Utility functions for hashing strings and formatting hashes.
- Host: GitHub
- URL: https://github.com/sims4toolkit/hashing
- Owner: sims4toolkit
- License: mit
- Created: 2022-01-18T05:41:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T14:47:33.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T03:39:56.739Z (28 days ago)
- Topics: nodejs, npm, s4tk-library, sims4, sims4-tool, typescript
- Language: TypeScript
- Homepage: https://sims4toolkit.com/#/docs/hashing
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sims 4 Toolkit - Hashing (@s4tk/hashing)
## Overview
This project contains utility functions for hashing strings (using the same algorithm as The Sims 4) and formatting those hashes for use in tuning, SimData, or elsewhere.
## Installation
Install the package as a dependency from npm with the following command:
```sh
npm i @s4tk/hashing
```## Disclaimers
Sims 4 Toolkit (S4TK) is a collection of creator-made modding tools for [The Sims 4](https://www.ea.com/games/the-sims). "The Sims" is a registered trademark of [Electronic Arts, Inc](https://www.ea.com/). (EA). Sims 4 Toolkit is not affiliated with or endorsed by EA.
All S4TK software is currently considered to be in its pre-release stage. Use at your own risk, knowing that breaking changes are likely to happen.
## Documentation
Visit [sims4toolkit.com/#/docs/hashing](https://sims4toolkit.com/#/docs/hashing) for the most up-to-date documentation.