/ECDSATest

Encrypt/decrypt using ECDSA with a secure enclave key

Primary LanguageSwift

ECDSATest

Test encrypting/decrypting using ECDSA and a private key stored in Secure Enclave.

Supports: iOS 10.0 and above

This is a very bare demo. There is no UI in the app - check the print() logs for the output. All the demo code happens in AppDelegate on launch.

Branches:

  • master - stable app releases
  • develop - development branch, merge your feature branches here

Dependencies:

The project is using cocoapods for managing external libraries and a Gemfile for managing the cocoapods version.

Get Bundler

sudo gem install bundler

To install the specific cocoapods version run

bundle install

Then generate the project

bundle exec xcake make

Then install the pods

bundle exec pod install

Core Dependencies

  • Swiftlint - A tool to enforce Swift style and conventions.
  • R.swift - Get strong typed, autocompleted resources like images, fonts and segues in Swift projects

Project structure:

  • Resources - fonts, strings, images, generated files etc.
  • SupportingFiles - configuration plist files
  • Models - model objects
  • Modules - contains app modules (UI + Code)
  • Helpers - protocols, extension and utility classes