Bots.Business - Help
Search…
Welcome
Getting started
Create bot from Google Table
Commands
Coding: BJS
Git
Google Analytics tracking
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
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
Random
Cooldown Lib
CurrencyConverter
ResourcesLib
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
CryptoJS
CurrencyQuote
GoogleApp
GoogleTableSync
Guard
Webhooks lib
DateTimeFormat Lib
MembershipChecker
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

1
var hash = CryptoJS.HmacSHA1("Message", "Key")
2
Bot.sendMessage(String(hash));
3
​
4
hash = CryptoJS.HmacSHA256("Message", "Secret Passphrase");
5
Bot.sendMessage(String(hash));
Copied!
Documentation: https://cryptojs.gitbook.io/docs​
Libs - Previous
CoinPayments (CP)
Next - Libs
CurrencyQuote
Last modified 1yr ago
Copy link
Contents
Usage