GhostKey
Secure, end-to-end encrypted file and text sharing with automatic deletion.
Command Line
Power user? Install our CLI:
$ brew install ghostkey
$ apt install ghostkey
$ ghostkey share-text "secret message"
Why Choose GhostKey?
End-to-End Encryption
Your data is encrypted before it leaves your browser, ensuring maximum security.
Self-Destructing Links
Links automatically expire after a set time or after being viewed.
Zero Knowledge
We never see your unencrypted data. Your secrets stay secret.
Command Line Tools
Quick Start
# Login to your account
$ ghostkey login
# Logout from your account
$ ghostkey logout
# Share a secret message
$ ghostkey share-text "your secret here"
# Share a file
$ ghostkey share-file /path/to/file.pdf
# View or download shared content
$ ghostkey view "https://ghostkey.com/view/abc123#key"
Command Parameters
share-text
$ ghostkey share-text [TEXT] --ttl [HOURS] --views [COUNT]
- --ttl: Time-to-live in hours (default: 24)
- --views: Number of allowed views (default: 1)
share-file
$ ghostkey share-file [FILEPATH] --ttl [HOURS] --views [COUNT]
- --ttl: Time-to-live in hours (default: 24)
- --views: Number of allowed views (default: 1)
view
$ ghostkey view [LINK] --output-dir [DIRECTORY]
- --output-dir, -o: Directory to save downloaded files
login
$ ghostkey login --api-url [URL]
- --api-url: Custom API URL (default: http://localhost:8000)
Installation
macOS
$ brew install ghostkey
Linux
$ apt install ghostkey
Features
- End-to-end encryption
- Custom expiration times
- View limit controls
- Progress bars for file uploads
- Support for text and file sharing
- Direct viewing and downloading of content
- Custom download locations