Terminal-first encryption.
Secure, ephemeral messaging controlled entirely from your command line. The PingCrypt protocol ensures your communications remain private and authenticated.
$export PC_URL="https://pingcrypt.app"
$source <(curl -s $PC_URL/pc.sh)
PingCrypt shortcuts enabled: pc-login, pc-inbox, pc-send
$pc-inbox
[
{
"from": "PC-K928X4",
"content": "Secret payload...",
"timestamp": "2024-04-23..."
}
]$
Protocol_Overview
Secure Communication
Authentication is handled strictly via unique PingCrypt IDs. Zero-trust architecture ensures only you can access your inbox.
Auth_Mode
JWT / Stateless
Encryption
AES-256-GCM