Split a secret into N shares where any K shares can recover it. Client-side only. No uploads.
Uses GF(256) arithmetic (AES polynomial 0x11B). Shares are plain text lines you can store separately.
Paste any K shares (each on its own line), then combine.
Notes
shamir:v1:k=3:n=5:x=1:data=<base64>