Awesome-Server-Side-Swift / TheList

A list of Awesome Server Side Swift 3 projects
The Unlicense
871 stars 80 forks source link

Add Themis in crypto section #30

Open popaaaandrei opened 6 years ago

popaaaandrei commented 6 years ago

https://github.com/cossacklabs/themis - high-level cryptographic services library for mobile and server platforms

twof commented 6 years ago

It doesn't look like the library has a Package.swift

popaaaandrei commented 6 years ago

It's a starting point as the library is multi-platform. Swift and Objective-C are using wrappers for the C library. I am using it in a Vapor project for ECC encryption and works perfectly.

https://github.com/cossacklabs/SwiftThemis https://github.com/cossacklabs/SwiftCThemis