Eclipse - quick text encryption

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Eclipse - quick text encryption

#1 Post by donald »

Encrypt text easily with Eclipse.
[url=http://sector-seven.net/software/eclipse]Danny Ben Shitrit (Sector-Seven) wrote:[/url]How It Works
•Select any text.
•Press Ctrl+Shift+E (customizable).
•You will be prompted for a password, enter one.
•Your text will be encrypted and pasted in place.
•To decrypt, repeat the operation.
•Note: The encrypted/decrypted text is also stored in the clipboard so you may paste it anywhere else.

Technical Notes

Eclipse uses blowfish encryption provided by the MySecret command line utility (already included in the download).
Please note there is a Submision for a different application also known as Eclipse

Vote Your Preference for this Eclipse.

The MySecret website mentions to use spaces and characters type your password with Double Qoutes ie: "password" (this has worked when tried)

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Eclipse

#2 Post by webfork »

* Its at v. 0.22 -- is this alpha stage?
* Written in AHK with source available, not sure of the license.
donald wrote:Please note there is a Submision for a different application also known as Eclipse
Yes, a very commonly used, big name software tool. I hope the dev picks another name.

donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Re: Eclipse

#3 Post by donald »

Re License
TPFC Entry wrote:Creative Commons Attribution 3.0 Unported License.
Re Development Stage
Readme wrote:------------------------------------------------------------------------
REVISION HISTORY
------------------------------------------------------------------------

2011 03 04 - 0.22
Added : Configuration (INI only) to set the default state of the
Remember checkbox. Changed default to unchecked.

2011 02 02 - 0.21
Added : Configuration dialog to select hotkeys
Added : Hotkey for the "Foprget Password" function
Added : Ability to hide the tray icon through INI file configuration.
(thanks Randal).

2010 12 08 - 0.20
Changed: Now using MySecret.exe for encryption/decryption

Some time ago - 0.10
First public release (as open source on Autohotkey forum)

========================================================================
This has been developed for some time, and only performs a limited task set. (ie passing the command line to MySecret)

MySecret is on version 3.1.0.1 and was originally developed for floppy media.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Eclipse

#4 Post by webfork »

donald wrote:Creative Commons Attribution 3.0 Unported License ... This has been developed for some time, and only performs a limited task set
Very cool -- thanks.

donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Re: Eclipse

#5 Post by donald »

webfork wrote:-----BEGIN MYSECRET-----
TVn8AMOfUMEfG0c9otdFqyv3gRhA+KWoq5bWn1xzP1oB7IBoO4nFXWlq78p6
mVbm9/ZUjwNXufQgBlysBI/U6EOR+bbmQD5EBhMkoaqbf61XhekX
-----END MYSECRET-----
See in clear in his post.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Eclipse

#6 Post by webfork »

donald wrote:
webfork wrote:-----BEGIN MYSECRET-----
TVn8AMOfUMEfG0c9otdFqyv3gRhA+KWoq5bWn1xzP1oB7IBoO4nFXWlq78p6
mVbm9/ZUjwNXufQgBlysBI/U6EOR+bbmQD5EBhMkoaqbf61XhekX
-----END MYSECRET-----
See in clear in his post.
??

donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Re: Eclipse

#7 Post by donald »

webfork wrote:??
As an example of what Eclipse does I encrypted a previous reply by webfork.

EG:
webfork wrote:Very cool -- thanks.
Webfork's three words were encrypted, the result was:

Code: Select all

 -----BEGIN MYSECRET-----
TVn8AMOfUMEfG0c9otdFqyv3gRhA+KWoq5bWn1xzP1oB7IBoO4nFXWlq78p6
mVbm9/ZUjwNXufQgBlysBI/U6EOR+bbmQD5EBhMkoaqbf61XhekX
-----END MYSECRET-----
If you would like to decrypt the result use the password=portablefreeware

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Eclipse

#8 Post by webfork »

I'd like to rename the official entry to "Sector-Seven Eclipse". We've done this in the past for programs in the database that have the same name, but as the developer tool "Eclipse" hasn't been added to the database yet, I thought I'd poll the forums about it.

Post Reply