https://github.com/defold/extension-crypt
Native extension binding the dmCrypt Defold C++ SDK to Lua
https://github.com/defold/extension-crypt
cryptography defold
Last synced: 8 months ago
JSON representation
Native extension binding the dmCrypt Defold C++ SDK to Lua
- Host: GitHub
- URL: https://github.com/defold/extension-crypt
- Owner: defold
- License: mit
- Created: 2021-04-22T21:07:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T14:19:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T15:25:11.016Z (over 1 year ago)
- Topics: cryptography, defold
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 13
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-defold - Crypt
README
[](https://github.com/defold/extension-crypt/actions)
# Cryptographic functions for Defold
Defold [native extension](https://www.defold.com/manuals/extensions/) for interacting with various hash and encode/decode algorithms.
[Manual, API and setup instructions](https://www.defold.com/extension-crypt/) is available on the official Defold site.