"Content.enc" is an encrypted file, containing the real imp…

Casey ·

"Content.enc" is an encrypted file, containing the real important stuff. This is only decrypted by means of a 2-of-3 logic via your PeerMark account.


- Threshold: 2-of-3, no single party can spend.
- Device share: WebAuthn/Passkey (secure enclave/WebCrypto).
- Account recovery share: user-encrypted blob tied to account credentials; unusable by server alone.
- User-held recovery share: hardware/printed secret.

In the event that someone gains access to your account, or manages to get hold of the .PMRK package folder, this is an additional layer to prevent asset theft/transfer to the attacking party.

"Content.enc" is an encrypted file, containing the real important stuff. This is only decrypted by …