Bots.Business - Help
Ask or search…
⌃K
Welcome
Getting started
Create bot from Google Table
Commands
Coding: BJS
Git
Iterations. How to reduce theys?
Limitations
Cloud
Reports
Deep Linking - pass any params on Bot starting
How to link chat account with BB account?
BB Inspection
Protected bot
VS Code
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
ResourcesLib
Random
MembershipChecker (MCL)
Cooldown Lib
CurrencyConverter
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
OxaPay
CryptoJS
CurrencyQuote
GoogleApp
GoogleTableSync
Guard
Webhooks lib
DateTimeFormat Lib
Store
BB Point Bot 💎
BlockIOBot
Welcome bot
Help bot
SRB Demo Keyboard Tools
Powered By GitBook

CryptoJS

JavaScript library of crypto standards. It is included by default - installation is not required.

Usage

var hash = CryptoJS.HmacSHA1("Message", "Key")
Bot.sendMessage(String(hash));
​
hash = CryptoJS.HmacSHA256("Message", "Secret Passphrase");
Bot.sendMessage(String(hash));
Documentation: https://cryptojs.gitbook.io/docs​
Libs - Previous
OxaPay
Next - Libs
CurrencyQuote
Last modified 2yr ago