Generate a bcrypt hash synchronously using Caddy's caddy hash-password command This is useful for generating hashes without the bcrypt npm module
Plain text password
Promise resolving to bcrypt hash or instructions
const hash = await hashPasswordWithCaddy("my-password"); Copy
const hash = await hashPasswordWithCaddy("my-password");
Generate a bcrypt hash synchronously using Caddy's caddy hash-password command This is useful for generating hashes without the bcrypt npm module