Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/analogfeelings/blitzhash
SHA hashing library for Blitz3D, using Crypto++ as a backend.
https://github.com/analogfeelings/blitzhash
blitz blitz3d blitzbasic cpp cryptography cryptopp visual-studio vs2022
Last synced: 16 days ago
JSON representation
SHA hashing library for Blitz3D, using Crypto++ as a backend.
- Host: GitHub
- URL: https://github.com/analogfeelings/blitzhash
- Owner: AnalogFeelings
- Created: 2022-03-15T20:22:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T23:40:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T00:14:40.335Z (2 months ago)
- Topics: blitz, blitz3d, blitzbasic, cpp, cryptography, cryptopp, visual-studio, vs2022
- Language: C++
- Homepage:
- Size: 1.4 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlitzHash
Blitz3D userlib for SHA (Secure Hash Standard) hashing using the Crypto++ library.
## Installation
Go to the `userlibs` directory of your Blitz3D install, and copy the `BlitzHash.decls` and `BlitzHash.dll` files there.When you are building an executable, copy `BlitzHash.dll` to the directory where the executable resides.
## License
Licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)