LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Decrypting a file before sending from the ftp server (vsftpd) (https://www.linuxquestions.org/questions/linux-server-73/decrypting-a-file-before-sending-from-the-ftp-server-vsftpd-921161/)

paragamritkar 12-29-2011 11:24 PM

Decrypting a file before sending from the ftp server (vsftpd)
 
I am stucked on one point of my academic project, the situation is like:
The ftp server stores all the files in encrypted form.
Whenever there is ftp get from client to server for a file, the file will be decrypted
and the decrypted file will be sent to the client. The encryption & decryption
is done at the VFS layer of kernel (vfs_read(),vfs_write().....).
Please suggest any way to do so.

TenTenths 12-30-2011 06:21 AM

Surely the point of an academic project is to work it out yourself and come up with your own solution rather than just posting and letting other people do the work for you?

zhjim 12-30-2011 08:36 AM

http://www.linux.it/~rubini/docs/vfs/vfs.html


All times are GMT -5. The time now is 10:55 PM.