https://github.com/dannyben/eclipse
Encrypt / Decrypt any text with a simple hotkey
https://github.com/dannyben/eclipse
command-line encryption windows
Last synced: 11 months ago
JSON representation
Encrypt / Decrypt any text with a simple hotkey
- Host: GitHub
- URL: https://github.com/dannyben/eclipse
- Owner: DannyBen
- License: mit
- Created: 2017-11-26T17:46:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T13:02:33.000Z (over 5 years ago)
- Last Synced: 2025-03-29T06:21:42.027Z (over 1 year ago)
- Topics: command-line, encryption, windows
- Language: AutoHotkey
- Homepage: https://sector-seven.com/software/eclipse
- Size: 716 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Eclipse - Encrypt any text with a hotkey
==================================================
Eclipse lets you encrypt and decrypt any text "in place".
It uses a little command line utility called MySecret to do the actual
encryption.
Eclipse uses [MySecret][1] command line utility for encryption.
Usage
--------------------------------------------------
- Run Eclipse.
- Select any text and press Ctrl+Shift+E.
- You will be prompted for a password.
- After entering the password, the text will be encrypted and pasted
back in place.
- Repeat the action to decrypt the text.
- Use the system tray menu to exit or forget the password.
- You may modify the shortcut key by selecting Modify Hotkey from the
menu. This will create Eclipse.ini in the program's folder with
letting you change your hotkey.
- You can choose to keep the encrypted/decrypted text in the clipboard or
not by ticking the Keep checkbox.
- Additional options can be configered in the provided INI file.
- You may hide the tray icon by setting `HideIcon=1` in the INI file.
---
[1]: http://www.di-mgt.com.au/mysecret.html