views:

240

answers:

2

Hello Folks,

I'm trying to use Daniele Teti's Datasnap Filters Compendiun (the cipher ones) without success. Someone have a 'how to' for cipher filters for Datasnap?

Regards.

A: 

Have you had a look at the video here...

DataSnap Filter Video (Section 5)

Is there something in particular with the cipher filters you are having trouble with, or filters in general?

GoldenTao
Hi, I cannot change the default password. Also I receive an exception when connect the client side.
Francis Lee
What kind of exception?Have you included unit CipherFilters.pas in the client?
Daniele Teti
Hi Daniele! I have cipherfilters in the client uses clause. I get two problems. First, Server side key is always default_crypt_key almost when changed, except if I change it by code. I see you are using two different parameter names "crypt_key" and "CRYPT KEY". In the client side I always get the same error Filter Blowfish rejected setup parameter default_crypt_key.
Francis Lee
See the last SVN version. Beaviuour has been changed (check the samples)
Daniele Teti
+1  A: 

Can you send me an example project with this kind of problem?

Daniele Teti
Daniele the example is attached to an issue in http://code.google.com/p/dsfc/. Thank you for your interest.
Francis Lee
Bug resolved by Daniele Teti, directly in google code.
Francis Lee
I planed to write a little "How To" series about DSFC.ASAP the cipher filters could be use an extenal storage for the encrypt key.Someone is interested in? Someone would contribute to the project?
Daniele Teti
Datasnap should use random generated session keys, not keys stored on both ends permanently. And you should encrypt the stored keys as well...
ldsandon