Bitware Labs / PGP & GPG Encryption
Encrypted contact with PGP / GPG
When you need to send confidential disclosures, security vulnerability reports, credentials, or proprietary source code to the lab — use PGP encryption.
If you wouldn't post it publicly on Facebook, you should use PGP.
Standard email traverses intermediate relays in plain text. For credentials, API keys, zero-day disclosures, client records, or architecture internals, always encrypt the payload with my public key below before sending.
Public Key Information
- Identity & Email: Henke <henke@bitwarelabs.com>
- Key ID:
53C91896B657212C - Fingerprint:
DB60 0214 3AD7 1153 467E 4273 53C9 1896 B657 212C - Algorithms: Ed25519 (signering) & Cv25519 (kryptering)
Download Public Key (.asc) View security.txt
Quick Guide: How to send encrypted mail
1. Import the public key
You can fetch and import the key directly using GnuPG:
curl -s https://bitwarelabs.com/henke.asc | gpg --import
If you use a desktop or webmail client such as Thunderbird, Apple Mail (with GPG Suite), or the Mailvelope browser extension, download henke.asc and import it into your key manager.
2. Encrypt your message or file
To encrypt a plain text note into ASCII-armored format:
gpg --armor --encrypt --recipient henke@bitwarelabs.com message.txt
This produces message.txt.asc. For archives or binary files:
gpg --encrypt --recipient henke@bitwarelabs.com report.tar.gz
3. Send it over
Email the encrypted ciphertext or attach the .asc/.gpg file in an email to henke@bitwarelabs.com.
Important: If you require an encrypted reply, please include your own public PGP key or key fingerprint in the message.
Public PGP Key Block
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEaqmY5xYJKwYBBAHaRw8BAQdAb95S2MlSpQCLxFHHqsdvN0bkYxuebp+/Bo7h
IkzUeCm0HUhlbmtlIDxoZW5rZUBiaXR3YXJlbGFicy5jb20+iJAEExYKADgWIQTb
YAIUOtcRU0Z+QnNTyRiWtlchLAUCaqmY5wIbAwULCQgHAgYVCgkICwIEFgIDAQIe
AQIXgAAKCRBTyRiWtlchLArHAQDi+4ptm7erhxq+LIUlGkDDuXYiUwE+kLYtNMQ9
TOGybgD+LUnT7Wbu7mKBBdIuCCWSiEVHW752HncuZjg2Vgg/Owe4OARqqZjnEgor
BgEEAZdVAQUBAQdA7Ctg6bpMZ9J8YwY4R/nMW0xOhBRm+OLLGYpB/61blzUDAQgH
iHgEGBYKACAWIQTbYAIUOtcRU0Z+QnNTyRiWtlchLAUCaqmY5wIbDAAKCRBTyRiW
tlchLNNBAPsHwtIsh3oYN/y1zz39PMCKi3Dcdz63AvB5DziIlqFU1gEA+vpIou83
SHCKytOfLKdfH85Eq22sjtxsCQuUEoCSnA8=
=gDsh
-----END PGP PUBLIC KEY BLOCK-----