--- "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
>
>
> 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
--- "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
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
--- "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
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