PHPverse 2025

Voting

: two minus one?
(Example: nine)

The Note You're Voting On

devel@no-spam
19 years ago
"seals (encrypts) data by using RC4 with a randomly generated secret key"
It should be noted that the randomly generated secret key is 128 bits long (openssl: EVP_rc4(void): RC4 stream cipher. This is a variable key length cipher with default key length 128 bits.)

<< Back to user notes page

To Top