Forgot your password?

typodupeerror

Comment: Artificially 'age' your secret container. (Score 4, Interesting) 1009

Currently I don't have something, which really need encryption. However, should it ever be necessary I'd modify after each use the timestamps so it looks like the container was last accessed years ago. Within sensible limits, of course. It would be much more believable to have forgotten a password, when the last access was several month ago than when the timestamps says it was accessed last week or even yesterday.

Comment: Re:What's needed (Score 1) 1009

If the other is used it deletes all the data you really wanted to hide and replaces it ....

Even if you meant it funny... won't work. If your hd got seized, write blockers are used during forensics. Or a bit identical backup is made before something is done with it. They might not be able to read your data, but they are very capable to prevent any data changes as soon as they have the disk.

Comment: Re:Smells like a load (Score 1) 688

by Tanuki64 (#38687292) Attached to: "Learn To Code, Get a Job" According To CNN

This might depend on the language. Some languages have a more fixed set of grammar and spelling rules than others. As programmer I love to learn patterns, which I can apply to a well defined group of problems. My native language is German. And it is an extremely ugly language when compared with a computer language. Exceptions of exceptions in exceptions in every imaginable grammar and spelling rule. For each exception there might exist a historical reason, but in many cases they don't follow a apparent logic. Many of the mnemonic tricks given by teachers to at least give the appearance of some logic behind those exceptions, are utterly worthless. They all could be compared with algorithms, which works only in 85% of all cases. As a programmer I would not want to rely on crap like that. So in contrary to your experience, most coders I know are much better in computer languages than in German.

"Engineering meets art in the parking lot and things explode." -- Garry Peterson, about Survival Research Labs

Working...