First, since I will never convince you of my expertise, ( as well I shouldn't, since I have none in the math of encryption), read the following for yourself and decide Google articles on linux encryption .

Second, there is no security on MSWindows..... it is designed to help the NSA develope backdoors.... every month some new backdoor into MSWindows is discovered, ranging from hidden keystroke recorders to hidden copies of all deleted files.

Third, use your common sense. If you had something you want to keep secret, you would think "obviously encrypt it". Thinking you could keep it as plaintext, hidden by obscurity in a mess of files, is a poor solution compared to encryption. As a matter of fact, one of the first thing law enforcement does when trying to crack an encrypted filesystem, is to filter your harddrive for every text string, then use those strings as a dictionary in a password attack on your encrypted filesystem. I guess most people are stupid enough to use phrases that are familiar to them, or they hide a reminder somewhere, and the success rate of cracking is pretty high.

So just use your common sense, an encrypted filesystem is more secure than a plain text filesystem, the question becomes the strength of the encryption algorithm, and consequently "who are you defending against".

So if you don't believe what the "experts" in the above Google results say, what are YOUR alternatives?


I'm not really a human, but I play one on earth Remember How Lucky You Are

In reply to Re^7: Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications) by zentara
in thread Is it possible to sanitize Perl memory that holds sensitive data? (crypto implications) by missingthepoint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.