Small, light text editor / note taker with built-in strong encryption?

7

I've been using a little app called SafeSex to jot down notes securely; however it's not been maintained for ages and lacks polish. However, it does have Blowfish encryption built-in.

My question is: does anyone know of a reasonably polished alternative that supports encrypted note-taking? I'm aware of TrueCrypt, but I'd rather have a light app I could use securely on random machines without worrying about leaving copies my notes behind.

sigint

Posted 2009-07-17T11:21:13.713

Reputation: 325

1can the tag change from lotus-notes to just notes... since it's not about lotus-notes? – WireGuy – 2009-07-23T17:54:04.093

Answers

3

LockNote works for me.

Store your most valuable notes in a LockNote. Hide your everyday notes in a safe place. Application and document in one: the mechanism to encrypt and decrypt a note is part of it. Secure, simple, independent. No installation required.

chaos

Posted 2009-07-17T11:21:13.713

Reputation: 1 599

Why does it work for you? – Tamara Wijsman – 2011-08-26T17:04:45.463

Thank you! LockNote appears to be small, polished and friendly. Although I'm not quite sure what to think of its behavior of converting text files to encrypted EXEs. – sigint – 2009-07-17T12:15:17.830

2

NotepadCrypt

"Overall Design: Sha256 hash is used to convert an ascii pass phrase to a 256 bit encryption key. Pseudorandom data is used as an initialization vector for AES-256 encryption. Optionally, a the encryption key (NOT the passphrase) is encrypted using a second master key, and included in the file header. This master key can be used as an emergency data recovery key, or as a second key to be used by programs to read encrypted files."

Continue Reading...

Sampson

Posted 2009-07-17T11:21:13.713

Reputation: 7 244

2Son of a...beat me again. – TheTXI – 2009-07-17T11:26:11.223

SHA-256 isn't the best choice for generating encryption key from pass phrases. If it doesn't use salt than it's very far from strong encryption. There functions designed for this, like PBKDF2. http://en.wikipedia.org/wiki/PBKDF2

– KovBal – 2009-07-23T09:39:14.330

0

Hmmm Safesex comes with source code, so a friendly Stackoverflow user might be able to polish it up...

though Sophos anti-virus is not keen on it

geocoin

Posted 2009-07-17T11:21:13.713

Reputation: 1 066

0

KryptoPad

"KryptoPad is a simple yet effective Notepad-like application with built-in text encryption and decryption functions. Its handy interface provides one-click encryption and decryption of entered or loaded text, as long as usual notepad-like operations. "

Sampson

Posted 2009-07-17T11:21:13.713

Reputation: 7 244

0

TextCrypt

TextCrypt is a small and easy to use application that will encrypt/decrypt your text messages quickly and easily. Texts can be de- and encrypted with just a few clicks.

Sampson

Posted 2009-07-17T11:21:13.713

Reputation: 7 244