Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-crypt
A RedM Cryptography and Hashing library for lua developers
https://github.com/brycecanyoncounty/bcc-crypt
Last synced: 28 days ago
JSON representation
A RedM Cryptography and Hashing library for lua developers
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-crypt
- Owner: BryceCanyonCounty
- License: gpl-3.0
- Created: 2022-11-15T08:36:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T23:51:47.000Z (over 1 year ago)
- Last Synced: 2023-09-27T07:50:26.542Z (over 1 year ago)
- Language: Lua
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCC Crypt
> A RedM Cryptography and Hashing library for lua developers## Features
- UUID v4 Generation
- Base64 Encryption/Decryption
- RC4 Encryption/Decryption
- SHA Hashing
- SHA-1
- SHA-2
- SHA-3
- BLAKE2
- BLAKE3
- ZLib Compression## How to install
* Download this repo
* Copy and paste `bcc-crypt` folder to `resources/bcc-crypt`
* Add `ensure bcc-crypt` to your `server.cfg` file
* Now you are ready to get coding!## Documentation
[OFFICIAL BCC CRYPT DOCS](https://github.com/BryceCanyonCounty/bcc-crypt/wiki)## Disclaimers and Credits
> I appreciate the hard work of the following developers, without all the different codebases, this script would not be possible._All script credits will be listed at the top of each service file_
## Need More Support?
- [BCC Discord](https://discord.gg/cQMJaTqcqJ)