Skip to content

Instantly share code, notes, and snippets.

@gravilk
gravilk / main.go
Last active July 5, 2024 15:35
ProtonMail captcha solving function
package main
import (
"bytes"
"crypto/sha256"
"encoding/hex"
"encoding/json"
"fmt"
"image"
_ "image/png"