<div dir="ltr"><div>HI,</div><div><br></div>Kindly refer the following link that implements a minimal encryption over wrapfs.<div><a href="https://github.com/piekill/wrapfs">https://github.com/piekill/wrapfs</a><br><div><br></div><div>Go through the wrapfs_encrypt in wrapfs_readpage and wrapfs_decrypt in wrapfs_writepage.</div></div><div><br></div><div>Regards,</div><div>Saket Sinha</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 30, 2015 at 3:56 PM, Kunal Baweja <span dir="ltr">&lt;<a href="mailto:bawejakunal15@gmail.com" target="_blank">bawejakunal15@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br></div>I am currently working on implementing a simple encrypted file system using a stackable file system <a href="http://wrapfs.filesystems.org/" target="_blank">WrapFS</a>. In order to do so, as I read in the <a href="http://www.fsl.cs.sunysb.edu/pipermail/wrapfs/2011-November/000058.html" target="_blank">WrapFS mailing list</a> one needs to implement address space operations, which I have done and posted on my github at <a href="https://github.com/bawejakunal/wrapfs-addresspace-operations/blob/master/mmap.c" target="_blank">this link</a> and it works fine. But now when I am trying to modify the data before being written in wrapfs_lower() function I get a blank output in files written out.<br></div>Please guide where am I going wrong in modifying the data to be written and what could be the best way to decrypt it ?<br><br></div>Thanks<span class="HOEnZb"><font color="#888888"><br><div><div><br clear="all"><div><div><div><div><div dir="ltr"><div><b style="font-size:small;font-family:arial"><font face="arial, helvetica, sans-serif" color="#000000">Kunal Baweja</font></b><br></div><img src="http://www.fractalink.com/downloads/color_strip_BITS.jpg"><br><div><div style="font-family:arial;font-size:small"><span style="color:rgb(102,102,102);font-family:arial,helvetica,sans-serif">Undergraduate B.E. (Hons.) Computer Science</span><br></div><div style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif"><font color="#666666">Birla Institute Of Technology &amp; Science, Pilani</font><br></font></div><div style="font-family:arial;font-size:small"><font face="arial, helvetica, sans-serif" color="#666666">K.K. Birla Goa Campus</font></div><div style="font-family:arial;font-size:small"><font style="font-weight:bold" face="arial, helvetica, sans-serif" color="#3d85c6"><a href="tel:%2B91%209049655665" value="+919049655665" target="_blank">+91 9049655665</a></font></div></div></div></div></div>
</div></div></div></div></font></span></div>
<br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br></div>