]> git.mxchange.org Git - core.git/commit
Streamable and for encryption added, CryptoHelper (a facade) rewritten to use streams
authorRoland Häder <roland@mxchange.org>
Fri, 7 Aug 2009 22:58:45 +0000 (22:58 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 7 Aug 2009 22:58:45 +0000 (22:58 +0000)
commit5e067e1139ac4c4ec92642b8700b449d756e01ec
tree93b0b4e8f8ce1250373c6412a732d5ec8b231a82
parent1fefb1935bf65d6a5efd241538e2e7679d480afe
Streamable and for encryption added, CryptoHelper (a facade) rewritten to use streams
.gitattributes
inc/classes/interfaces/streams/.htaccess [new file with mode: 0644]
inc/classes/interfaces/streams/class_Streamable.php [new file with mode: 0644]
inc/classes/interfaces/streams/crypto/.htaccess [new file with mode: 0644]
inc/classes/interfaces/streams/crypto/class_EncryptableStream.php [new file with mode: 0644]
inc/classes/main/crypto/class_CryptoHelper.php
inc/classes/main/rng/class_RandomNumberGenerator.php
inc/classes/main/streams/class_BaseStream.php
inc/classes/main/streams/crypto/class_McryptStream.php
inc/classes/main/streams/crypto/class_NullCryptoStream.php