Encryption is easy. Key management is not.
Client-side encryption is vital for privacy, business confidentiality on third party, untrusted clouds.
At the moment is supported CocoaPods but we'll add support for other package managers, soon.
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate encryptme into your Xcode project using CocoaPods, specify it in your Podfile
:
pod "encryptme", :git => 'https://github.com/user/encryptme.git'
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Some comments if available
var vault = try Encryptme.create(password: "secret password")
Some comments if available
var vault = try Encryptme.create(password: "secret password")
Some comments if available
var vault = try Encryptme.create(password: "secret password")
If you believe you have identified a security vulnerability with Encryptme, you should report it as soon as possible via email to [email protected]. Please do not post it to a public issue tracker.
Encryptme is owned and maintained by Parmezan.
Encryptme is licensed under the MIT License. See the LICENSE.md file for details