Re: FW: FW: File encryption with smime

2006-08-17 Thread Girish Venkatachalam
--- "Buicliu, Ion VSA:EX" <[EMAIL PROTECTED]> wrote: > > > > > > > What we are trying to do is to place an encrypted > file on our ftp > > server for a specific user. The ftp server is > behind a firewall, and > > the user can access and see only its account, and > they are supposed to >

FW: FW: File encryption with smime

2006-08-17 Thread Buicliu, Ion VSA:EX
> > What we are trying to do is to place an encrypted file on our ftp > server for a specific user. The ftp server is behind a firewall, and > the user can access and see only its account, and they are supposed to > get the file and decrypt it. As far as we are concerned, we'd like to > ma

Re: FW: File encryption with smime

2006-08-17 Thread Girish Venkatachalam
--- "Buicliu, Ion VSA:EX" <[EMAIL PROTECTED]> wrote: > Thank you Girish, I understand now. The > combination: encrypt with > public key - decrypt with private works. > > What we are trying to do is to place an encrypted > file on our ftp server > for a specific user. The ftp server is behind

FW: File encryption with smime

2006-08-16 Thread Buicliu, Ion VSA:EX
Thank you Girish, I understand now. The combination: encrypt with public key - decrypt with private works. What we are trying to do is to place an encrypted file on our ftp server for a specific user. The ftp server is behind a firewall, and the user can access and see only its account, and they

Re: File encryption with smime

2006-08-15 Thread Girish Venkatachalam
--- "Buicliu, Ion VSA:EX" <[EMAIL PROTECTED]> wrote: > I am trying to do the following: > - create a private and public key (self-signed > certificate) > - encrypt a file and place on an ftp server > - the client will pick up the file and decrypt it > using the PUBLIC key > > Here is what I did

File encryption with smime

2006-08-15 Thread Buicliu, Ion VSA:EX
Title: File encryption with smime I am trying to do the following: - create a private and public key (self-signed certificate) - encrypt a file and place on an ftp server - the client will pick up the file and decrypt it using the PUBLIC key Here is what I did to create the certificate