Proman4713 🇵🇸
Proman4713 🇵🇸
Explore posts from servers
CDCloudflare Developers
Created by Proman4713 🇵🇸 on 6/29/2024 in #workers-help
Bcrypt on Cloudflare Workers
I originally sent this in #coding-help but I think this is a better channel... How can I hash data using Bcrypt on Cloudflare Workers? (I'm using Wrangler CLI with NodeJS compatibility fyi) I managed to do SHA-256 (with my own salting system by concatenating the salt to the password before hashing) using the NodeJS crypto.subtle module, which is provided by Cloudflare Workers with node compatibility. I want the hashing to be more secure by using Bcrypt, but I don't know how I can do that on Cloudflare Workers
17 replies
DIAdiscord.js - Imagine an app
Created by Proman4713 🇵🇸 on 2/8/2024 in #djs-voice
AudioPlayerState randomly turns to Idle after a while
Question was too long for discord, I made a stack overflow question and here's the link: https://stackoverflow.com/questions/77960972/discord-bot-player-state-randomly-changing-to-idle-and-therefore-stopping-playba
90 replies