Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 993 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 993 Bytes

⛔️ DEPRECATED: All features of this repo are now included and maintained within BCC-Utils⛔️

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

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?