Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2025 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)