1.0.0 • Published 3 years ago

@brp/encrypt v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

BRP | Encyrpt

This module may be used for encrypting data in BRP FiveM Framework!

Usage

    const Crypto = require('brp-encrypt');

    //ENCRYPT
    let encryption = Crypto.encrypt("hello world");

    //DECRYPT
    let decryption = Crypto.decrypt(encryption);

    //ENCRYPT SHA256
    let SHA256 = Crypto.encryptSHA256("hello world");

FAQ

Can be used for other purposes than FiveM?

Yes!

There is a discord server for Support?

Yes, here it is: https://discord.io/brp-support

1.0.0

3 years ago