The most insecure login form in the world. Written in Fyne.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-26 02:33:36 +00:00
go.mod Update go.mod 2026-07-13 17:16:51 +00:00
go.sum Upload files to "/" 2026-07-13 16:30:59 +00:00
LICENSE Initial commit 2026-07-13 16:30:08 +00:00
main.go Upload files to "/" 2026-07-13 16:30:59 +00:00
README.md Update README.md 2026-08-26 02:33:36 +00:00

fyne-insecure-login-form

The most insecure login form in the world. Written in Fyne.

build (with zig)

CC="zig cc" go build .

cross compile

CGO_ENABLED=1 GOOS=windows GOARCH=amd64 CC="zig cc -target x86_64-windows-gnu" CXX="zig c++ -target x86_64-windows-gnu" go build -o app.exe