Re: to secure a directory

2002-11-01 Thread karim bernardet
thanks for yours answers ! I think I could use CFS for my problem ... __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: to secure a directory

2002-10-31 Thread Adriano Devillaine
The data you're talking is some configuration file or something? The application that use this data ... can decrypt the data?, or could you add this functionality to those applications... i think your using symmetric cryptography... that's easy... you have to use the EVP librery... if not... your

to secure a directory

2002-10-31 Thread Karim
Hello !Here is my problem : I wrote 2 codes : a server under linux and client forlinux (and windows). The server sends datas to a client (which is on an othercomputer denoted  by C) and the connection is secured using openssl. Theclient stores those datas in a directory of C but I would lik

to secure a directory

2002-10-31 Thread Karim
Hello !Here is my problem : I wrote 2 codes : a server under linux and client forlinux (and windows). The server sends datas to a client (which is on an othercomputer denoted  by C) and the connection is secured using openssl. Theclient stores those datas in a directory of C but I would lik

to secure a directory

2002-10-31 Thread Karim
Hello !Here is my problem : I wrote 2 codes : a server under linux and client forlinux (and windows). The server sends datas to a client (which is on an othercomputer denoted  by C) and the connection is secured using openssl. Theclient stores those datas in a directory of C but I would like