https://github.com/melsoft-games/defold-md5
This Extension allows you calculate MD5 in native from string
https://github.com/melsoft-games/defold-md5
defold defold-library defold-module
Last synced: 12 months ago
JSON representation
This Extension allows you calculate MD5 in native from string
- Host: GitHub
- URL: https://github.com/melsoft-games/defold-md5
- Owner: Melsoft-Games
- Created: 2019-04-02T19:45:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T19:46:21.000Z (about 7 years ago)
- Last Synced: 2025-05-13T03:59:49.153Z (about 1 year ago)
- Topics: defold, defold-library, defold-module
- Language: C
- Size: 51.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Defold-MD5
Defold-MD5 [Native Extension](https://www.defold.com/manuals/extensions/) for the [Defold Game Engine](https://www.defold.com)
This Extension allows you calculate MD5 in native from string
## Platforms
* **iOS**
* **Android**
* **MacOS**
* **Windows**
## Setup
You can use the Defold-MD5 extension in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:
> https://github.com/Melsoft-Games/defold-md5/archive/master.zip
Or point to the ZIP file of a [specific release](https://github.com/Melsoft-Games/defold-md5/releases).
## API
#### `MD5.calculate(string)`
return MD5 hash from string
## License, Authors
*MIT license*
This NE wrapped by [Denis Smirnov](https://github.com/trouble1337)
Original module from: [MD5](https://github.com/grobian/carbon-c-relay)
[License](https://github.com/grobian/carbon-c-relay/blob/master/LICENSE.md)
## Issues and suggestions
If you have any issues, questions or suggestions please [create an issue](https://github.com/Melsoft-Games/defold-md5/issues) or contact me: insality@gmail.com