Hi Everybody,
             we are trying to encrypt a file using the openssl command.
 
openssl enc -ciphername [-in filename] [-out filename] [-pass arg] [-e] [-d] [-a] [-A] [-k password] [-kfile filename] [-K key] [-iv IV] [-p] [-P] [-bufsize number] [-debugopenssl enc -ciphername [-in filename] [-out filename] [-pass arg] [-e] [-d] [-a] [-A] [-k password] [-kfile filename] [-K key] [-iv IV] [-p] [-P] [-bufsize number] [-debug
 
but the command works like, it either prompts for a password from the
standard terminal or takes the password from the a file.
 
we want a situation like ssh authentication. The file is crypted
with private and public keys. The public keys are given to the requested
users and only those users can access those files. This is like access control
using openssl schemes.
The file being encrypted need not involve any transportation across
the network.
 
any help is appreciated
regards
ecc
 


Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now.

Reply via email to