##key : share freely##
####About Key#### Key is a communication app designed to offer strong encryption, forward secrecy, replay protection, and deniability.
Based on OTR/Axolotl by Open Whisper Systems.
- X25519 for Public/Private Key generation
- X25519 for DHE
- Signed Ephemeral PreKeys
- Ed25519 for signatures
- HMAC for message authentication
- AES-256 AEAD for encryption
####Running Locally####
- Install CocoaPods
- Run
$ pod install - CocoaPods will generate a new Key.xcworkspace file
- Open the new Key.xcworkspace file
- Build and run the Key project