4 "summary": "OpenSSL-compatible file encryption in Swift",
5 "description": "Envelope is a hybrid cryptosystem that encrypts files efficiently and securely, supporting most symmetric and public-key ciphers. Envelope uses `AES256-CBC` and `RSA-2048` by default, and supports externally created (ie. OpenSSL) public-keys.",
6 "homepage": "https://github.com/george-lim/envelope",
11 "authors": "George Lim",
15 "swift_versions": "5.0",
17 "git": "https://github.com/george-lim/envelope.git",
20 "source_files": "Envelope/**/*.{h,m,swift}",
21 "swift_version": "5.0"