Forum Navigation
Cryptography
Posted: 12/04/07 10:59:41 Modified: 12/04/07 11:01:01Hi,
the manual says something about cryptography, but I can't find any cryptography functionality in Tango, only digests (or whatever it is called). Is there such thing? If not, please help me with few directions how to implement it myself. I need to serve encrypted HTTP stream. Like blowfish or something. I know blowfish is not a stream cipher, but it is the only source I found in the D's NG. So I need a server that serves encoded files, and a client that downloads the files and decodes them. They easy way (which I already got working) is to encrypt the whole file, send it to the client, the client downloads the whole piece and decodes it with the key. But my needs include streaming audio and video. And while waiting for the whole download is not so bad for few megs audio files, a few hundred megs video needs a streaming for sure. So please give me few guide lines how to do this with Tango (maybe implementing a Stream class or something?).
And by the way, what is the status of zip vfs? I read somewhere it is being worked on.
thanks, bobef












