top of page
Phone
800.810.9204
Mail
SALES@COFFMANSBP.COM
Access Portal
HOME
PRODUCTS
ABOUT
VISUALIZER
RESOURCES
Literature
Buyer's Guide
Install Instructions
Warranty Registration
CONTACT
More...
Use tab to navigate through the menu items.
enEXO Buyer's Guide
Join our Mailing List
Email
*
Please add me to your mailing list.
Subscribe!
bottom of page
const crypto = require("crypto"); const secret = "•••••••••"; // Your verification secret key const userId = current_user.id; // A string UUID to identify your user const hash = crypto.createHmac("sha256", secret).update(userId).digest("hex");