Skip to content

greenpintab/encryptme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Encryption is easy. Key management is not.

License Swift 5.0 Pod compatible

Client-side encryption is vital for privacy, business confidentiality on third party, untrusted clouds.

Content

Installation

At the moment is supported CocoaPods but we'll add support for other package managers, soon.

CocoaPods

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'

Usage

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.

Create

Some comments if available

var vault = try Encryptme.create(password: "secret password")

Open

Some comments if available

var vault = try Encryptme.create(password: "secret password")

Done

Some comments if available

var vault = try Encryptme.create(password: "secret password")

Contribute

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.

Credits

Encryptme is owned and maintained by Parmezan.

License

Encryptme is licensed under the MIT License. See the LICENSE.md file for details

About

Encryption is easy. Key management is not.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published