Skip to content

Instantly share code, notes, and snippets.

View luiz-otavio's full-sized avatar
:electron:

Luiz Otávio luiz-otavio

:electron:
View GitHub Profile
@luiz-otavio
luiz-otavio / bcb-pix-e2e.go
Created June 18, 2025 22:26 — forked from arantesxyz/bcb-pix-e2e.go
BCB PIX End To End Identification Generation in Golang.
package helpers
import (
"fmt"
"math/rand"
"time"
"unsafe"
)
const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"