Core51 makes security part of everyday work. It verifies who you are talking to, warns the team if a contact’s encryption key changes, and signs messages so tampering can be detected. Chat exports also include verification data, so important conversations can be checked later instead of relying on screenshots or trust alone.
messages are encrypted on device and decrypted only by participants. The server stores ciphertext and routing metadata (delivery state, timestamps, IDs). This keeps confidentiality resilient even if the infrastructure is compromised.
on first contact, keys are pinned. If a peer key changes, the client shows a warning and requires explicit re trust. This protects against silent interception, including scenarios where an attacker attempts to rotate keys without user awareness.
messages are signed by the sender (Ed25519). Exports include integrity related metadata (commitments or chain state) that supports later verification. This is important for audits and disputes: you want to demonstrate what controls existed, how changes were handled, and what proof is available.
key rotations can be reviewed. This supports incident response and compliance workflows.
Sometimes you need a chat to serve as proof of a deal. Core51 supports two simple export models - choose the one that matches your situation.
This is the practical option when you need to act fast: a claim letter, negotiations, mediation, a notary, or other pre-trial steps.
You export an encrypted chat bundle. It stays encrypted until the account owner decides to reveal the private key. After the private key is provided, the bundle can be decrypted and checked.
You need speed and readability: pre-trial letters, settlement talks, negotiation, or mediation.
You need maximum credibility and technical verification: court disputes, expert review, or situations where the other party may claim fabrication.
After signing an NDA, your IT/security specialists can be granted access to conduct an audit according to an agreed schedule.
Next open audit day: 15 July.