Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2026 Changes in this version + var DefaultXLSPassword = "VelvetSweatshop" + type Decryptor interface + Bytes func() []byte + Flush func() + Read func(p []byte) (n int, err error) + Reset func() + SetPassword func(password []byte) + Write func(p []byte) (n int, err error) + func NewBasicRC4(data []byte) (Decryptor, error)