rc4: rc4

Description Usage Arguments Value

View source: R/rc4.R

Description

Already deprecated stream cipher rc4.

Usage

1
rc4(msg, key)

Arguments

msg

Message to encrypt. Given as a bytestream (numeric array with values from 0 to 255).

key

Key used for encryption. Given as a bytestream.

Value

Cipher text as a string.


JorgeRiescoDavila/somecrypto documentation built on Jan. 10, 2022, 1:49 a.m.