Home
last modified time | relevance | path

Searched refs:RC4 (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php159 case class_exists('\phpseclib3\Crypt\RC4'):
160 $crypto = new RC4();
H A DRC4.php4 * Pure-PHP implementation of RC4.
13 * - {@link http://en.wikipedia.org/wiki/RC4 - Wikipedia: RC4}
15 * RC4 is also known as ARCFOUR or ARC4. The reason is elaborated upon at Wikipedia. This class is named RC4 and not
16 * ARCFOUR or ARC4 because RC4 is how it is referred to in the SSH1 specification.
23 * $rc4 = new \phpseclib3\Crypt\RC4();
48 * Pure-PHP implementation of RC4.
52 class RC4 extends StreamCipher
55 * @see \phpseclib3\Crypt\RC4
54 class RC4 extends Base global() class
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php60 use phpseclib3\Crypt\RC4;
2000 /* The "arcfour128" algorithm is the RC4 cipher, as described in
2143 return new RC4();
56 use phpseclib\Crypt\RC4; global() alias
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305