Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

crypto_rc4

Function
Arg Description Type
string String to apply Rc4 encryption string (required)
key Rc4 key (1-256bytes). string (required)

Description

Apply rc4 to the string and key.