Bots.Business - Help
Search
⌃K
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
VS Code
How to...
Libs
What it is - Libs?
Libs development
RefferalLib
Random
Cooldown Lib
CurrencyConverter
ResourcesLib
Lang
QiwiPayments
BlockIO
Coinbase (CB)
CoinPayments (CP)
OxaPay
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

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​
Previous
OxaPay: Transfer
Next - Libs
CurrencyQuote
Last modified 2yr ago
Copy link