Type Alias: OdinCryptoPeerStatus
OdinCryptoPeerStatus:
"unknown"|"unencrypted"|"encrypted"|"password_mismatch"
Possible encryption status values for a peer.
- 'unknown': Peer status not yet determined (no communication yet)
- 'unencrypted': Peer is not using encryption
- 'encrypted': Peer is using encryption with a matching password
- 'password_mismatch': Peer is encrypted but password doesn't match
Defined in
odin.cipher.d.ts:8