Answers to: Linux equivalent for Steganos Locknotehttp://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote<p>Hi everyone, I'm in need of a linux alternative to Steganos Locknote, (a program used to store sensitive information). I need to access the SL document on my ex-Windows harddrive through my UBUNTU live cd.</p>enWed, 01 Feb 2012 17:00:07 -0500Answer by Ronhttp://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/2780<p>Just my 2 cents, but I wouldn't use TrueCrypt on Linux since you can just encrypt the file system using native tools to so the job.</p> <p>As for the program you use, not sure because I've never used it. I personally use MyPasswordSafe (Linux) and PasswordSafe (Windows) since they can use the same exact database -- and that database file is completely portable. Just copy it like any other file. (It's also encrypted, but no big deal to copy it as it is.)</p>RonWed, 01 Feb 2012 17:00:07 -0500http://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/2780Answer by captkiddhttp://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/2779<p>I know this is an old thread, but there's little else available by searching google.<br> </p> <p>Firstly, Locknote will run under WINE, but for some reason, it doesn't appear to save edited notes.</p> <p>Secondly. I find using the "Secure Notes" part of "Lastpass" to do the job. Encryption (and the key) is done (stored) locally while the encrypted data only is sent to the cloud. It's safe as only you know the key.</p> <p>Regards,</p> <p>Mike.</p>captkiddTue, 31 Jan 2012 15:44:13 -0500http://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/2779Answer by rfelsburghttp://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/1096<p>If you're looking for the ability to decrypt a locknote file, through linux, you can try getting steganos to run under wine, but I really doubt it.</p> <p>If it is a file that has to be opened with locknote, I would recommend bringing up a windows VM, installing locknote there and decrypting your files through it.</p> <p>Once they are decrypted I would use some other sort of crypto software that is open source so it doens't matter what platform you're on.</p> <p>There a number of programs that will encrypt files/filespace for you.</p> <p>You can something like TrueCrypt, and set up a partition/container that is encrypted. Once you mount the container like you would any filesystem any file you save on that container is encrypted.</p> <p>You can use individual file based encryption in openssl, or gpg/pgp.</p> <p>openssl des3 -salt -in infile.txt -out encryptedfile.txt</p> <p>Or if your looking for personal info encryption, passwords, phone numbers etc, I would recommend KeePass.</p> <p>-Rob</p>rfelsburgSun, 18 Jul 2010 18:58:35 -0400http://linuxexchange.org/questions/1093/linux-equivalent-for-steganos-locknote/1096