Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T14:19:49.000Z (over 1 year ago)
- Last Synced: 2024-10-04T22:07:51.631Z (about 1 month ago)
- Topics: cryptography, defold
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 14
- Watchers: 4
- 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
[![Actions Status Alpha](https://github.com/defold/extension-crypt/actions/workflows/bob.yml/badge.svg)](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.