]> git.mxchange.org Git - friendica.git/commit
Needed for salmon which seems to have a fixation with forcing you to encode/decode...
authorMike Macgirvin <mike@macgirvin.com>
Thu, 7 Oct 2010 09:53:31 +0000 (02:53 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Thu, 7 Oct 2010 09:53:31 +0000 (02:53 -0700)
commit4daed0a009645377596fcf495a64edb32ee2245e
tree072a695c28c96f33fcaad581c96f224da8e49efd
parent9c10ada9060c9745f49652469e172be8152f6cad
Needed for salmon which seems to have a fixation with forcing you to encode/decode ASN.1. Sick.
23 files changed:
phpsec/Crypt/AES.php [new file with mode: 0644]
phpsec/Crypt/DES.php [new file with mode: 0644]
phpsec/Crypt/Hash.php [new file with mode: 0644]
phpsec/Crypt/RC4.php [new file with mode: 0644]
phpsec/Crypt/RSA.php [new file with mode: 0644]
phpsec/Crypt/Random.php [new file with mode: 0644]
phpsec/Crypt/Rijndael.php [new file with mode: 0644]
phpsec/Crypt/TripleDES.php [new file with mode: 0644]
phpsec/Math/BigInteger.php [new file with mode: 0644]
phpsec/Net/SFTP.php [new file with mode: 0644]
phpsec/Net/SSH1.php [new file with mode: 0644]
phpsec/Net/SSH2.php [new file with mode: 0644]
phpsec/PHP/Compat/Function/array_fill.php [new file with mode: 0644]
phpsec/PHP/Compat/Function/bcpowmod.php [new file with mode: 0644]
phpsec/PHP/Compat/Function/str_split.php [new file with mode: 0644]
phpsec/crypt.html [new file with mode: 0644]
phpsec/docbook.css [new file with mode: 0644]
phpsec/index.html [new file with mode: 0644]
phpsec/intro.html [new file with mode: 0644]
phpsec/math.html [new file with mode: 0644]
phpsec/misc_crypt.html [new file with mode: 0644]
phpsec/net.html [new file with mode: 0644]
phpsec/sym_crypt.html [new file with mode: 0644]