top of page
IMG_2434.jpg

Products

This is your Services Page. It's a great opportunity to provide information about the services you provide. Double click on the text box to start editing your content and make sure to add all the relevant details you want to share with site visitors.

Sign up for our Product Training

made in usa.png

© 2025 Coffman, a specialty building products company and enEXO Railing Systems.
Powered and secured by Wix

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");