Thread: Securing files through Encyption

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    117

    Securing files through Encyption

    I was never big on encryption because I never needed it. But for some recent files it would be nice to have some encryption on it.

    What would be the best encryption program to use? I was just going to use WinRAR and put a password on it but I saw a program that removes WinRAR passwords (didn't test it though).

    I just want to be sure no one will get to it, no matter how skilled they are with computers, which is why I asked you guys, as you are the best.

    Thanks
    My Ctrl+S addiction gets in the way when using Code Blocks...

  2. #2
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    I just want to be sure no one will get to it, no matter how skilled they are with computers, which is why I asked you guys, as you are the best.
    Impossible.

    Computer encryption simply isn't a perfect system.

    The goal of encryption is to frustrate any attackers to the point they would rather assault someone other than you.

    As far as I know, if your password has enough entropy, ~100 bits as I recall, "WINRAR" will frustrate a casual assault to a point that a casual attacker will seek out other victims.

    If someone wants to attack you personally, a password protected file is simply information waiting to happen.

    Soma

  3. #3
    Registered User
    Join Date
    Sep 2011
    Posts
    117
    Well if the password is strong enough wouldn't the limitation on their end be computational power? If so taking 50+ years to open the file I consider to be impossible.
    My Ctrl+S addiction gets in the way when using Code Blocks...

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Why do you need to encrypt the file?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Why do you need to encrypt the file?
    Who doesn't like to backup their pr0n?

    Soma

  6. #6
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Quote Originally Posted by phantomotap View Post
    Who doesn't like to backup their pr0n?
    Who still keeps pr0n on their hard drives? Given the widespread availability of always-on, high-speed internet, and in-private/incognito browsing, there is absolutely no reason to keep pr0n on your hard drive. The days of beautiful naked women being relegated to ASCII-art and low-quality 200x300 jpgs are over Soma. Time to join the 21st century.

  7. #7
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by phantomotap
    Who doesn't like to backup their pr0n?
    Why do that when there's the Internet?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  8. #8
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Given the widespread availability of always-on, high-speed internet, and in-private/incognito browsing, there is absolutely no reason to keep pr0n on your hard drive.
    O_o

    Can't tell if serious or...

    That would almost be a good argument except that "always on internet" doesn't exist; there is only "usually on" and considering the extreme data caps of most places storing pr0n would probably be considered a better option.

    My counter argument in the context is actually: Given the widespread availability of $150 (USD) 2 TB USB 3.0 HDD and encrypted partitions under "GNU/Linux" there is absolutely no reason to stream pr0n.

    Soma

  9. #9
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Quote Originally Posted by phantomotap View Post
    Can't tell if serious or...
    Not really. Maybe ~5% serious.

  10. #10
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    Maybe ~5% serious.
    YES!

    Securing files through Encyption-why-so-serious-joker-3122768-1024-768-jpg

    *giggle*

    Finally. I can cross that off my list.

    Soma

  11. #11
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638
    let us not forget the hard drive space needed to brute force the encryption. meow.
    <whiteflags> You foolishly believe in people and this feeling must be crushed.

    i have gotta get me a bunch of monsantos gmos == genetically modified orgasms .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Securing .Net code (the 3rd party conundrum)
    By Mario F. in forum Tech Board
    Replies: 24
    Last Post: 03-07-2011, 01:55 PM
  2. Securing data?
    By canpakes in forum C++ Programming
    Replies: 2
    Last Post: 07-24-2009, 03:52 PM
  3. Multiple Source Files, make files, scope, include
    By thetinman in forum C++ Programming
    Replies: 13
    Last Post: 11-05-2008, 11:37 PM
  4. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  5. Encyption
    By vajira in forum C Programming
    Replies: 1
    Last Post: 06-06-2003, 03:48 PM