rayantony / torchat

Automatically exported from code.google.com/p/torchat
0 stars 0 forks source link

Are offline messages erased (overwritten) when cleared? #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Queused offline messages .txt file is a security concern if it is not 
erased (made unrecoverable) when cleared. In addition, the option to clear 
it should pop up when closing TorChat.

Original issue reported on code.google.com by hazem.bi...@gmail.com on 6 Jan 2009 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by prof7...@gmail.com on 7 Jan 2009 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by prof7...@gmail.com on 7 Jan 2009 at 12:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
fixed in trunk (r331 + r332). Also incoming temporary files (file transfer) are 
now always wiped before unlinking, every os.unlink() in the whole application 
has been replaced.

Original comment by prof7...@gmail.com on 24 Dec 2010 at 7:28

GoogleCodeExporter commented 9 years ago
This may overwrite the files, however it causes a nice cpu spike which when 
dealing with large files locks torchat up from doing anything.

Original comment by YogisB...@gmail.com on 7 Jan 2011 at 4:20

GoogleCodeExporter commented 9 years ago
you are right, i didn't test with really big files. I have improved it a lot in 
the current svn, its now doing this in a separate thread and also a bit faster 
because the previous method of generating a few MB of random numbers (only one 
byte at once) was really quite CPU wasting.

Original comment by prof7...@gmail.com on 9 Jan 2011 at 2:45