Skip to content

Instantly share code, notes, and snippets.

View gravilk's full-sized avatar

Gravilk gravilk

View GitHub Profile
@gravilk
gravilk / main.go
Last active April 25, 2024 03:19
ProtonMail captcha solving function
package main
import (
"bytes"
"crypto/sha256"
"encoding/hex"
"encoding/json"
"fmt"
"image"
_ "image/png"