Warning: Package Archived
This package is archived and has a low chance of being updated.
Crypto
3.4.1
🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
vapor/open-crypto
What's New
Description
- Swift Tools 4.0.0
Description
{
"name": "Crypto",
"path": "/usr/src/package",
"targets": [
{
"name": "RandomTests",
"path": "Tests/RandomTests",
"type": "test",
"c99name": "RandomTests",
"sources": [
"RandomTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Random"
]
},
{
"name": "Random",
"path": "Sources/Random",
"type": "library",
"c99name": "Random",
"sources": [
"Array+Random.swift",
"OSRandom.swift",
"RandomProtocol.swift",
"URandom.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Crypto",
"Random"
],
"product_dependencies": [
"Bits"
]
},
{
"name": "CryptoTests",
"path": "Tests/CryptoTests",
"type": "test",
"c99name": "CryptoTests",
"sources": [
"BCryptTests.swift",
"CipherTests.swift",
"MD5Tests.swift",
"OTPTests.swift",
"RSATests.swift",
"SHA1Tests.swift",
"SHA2Tests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Crypto"
]
},
{
"name": "Crypto",
"path": "Sources/Crypto",
"type": "library",
"c99name": "Crypto",
"sources": [
"BCrypt/BCryptDigest.swift",
"Cipher/AuthenticatedCipher.swift",
"Cipher/AuthenticatedCipherAlgorithm.swift",
"Cipher/Cipher.swift",
"Cipher/CipherAlgorithm.swift",
"Cipher/OpenSSLCipherAlgorithm.swift",
"Cipher/OpenSSLStreamCipher.swift",
"Digest/Digest.swift",
"Digest/DigestAlgorithm.swift",
"MAC/HMAC.swift",
"MAC/OTP.swift",
"RSA/RSA.swift",
"RSA/RSAKey.swift",
"RSA/RSAPadding.swift",
"Random/CryptoRandom.swift",
"Utilities/Base32.swift",
"Utilities/CryptoError.swift",
"Utilities/Deprecated.swift",
"Utilities/Exports.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Crypto"
],
"target_dependencies": [
"CBase32",
"CBcrypt",
"CCryptoOpenSSL",
"Random"
],
"product_dependencies": [
"Async",
"Bits",
"Core",
"COperatingSystem",
"Debugging"
]
},
{
"name": "CCryptoOpenSSL",
"path": "Sources/CCryptoOpenSSL",
"type": "library",
"c99name": "CCryptoOpenSSL",
"sources": [
"shim.c"
],
"module_type": "ClangTarget",
"product_memberships": [
"Crypto"
]
},
{
"name": "CBcrypt",
"path": "Sources/CBcrypt",
"type": "library",
"c99name": "CBcrypt",
"sources": [
"bcrypt.c",
"blf.c"
],
"module_type": "ClangTarget",
"product_memberships": [
"Crypto"
]
},
{
"name": "CBase32",
"path": "Sources/CBase32",
"type": "library",
"c99name": "CBase32",
"sources": [
"base32.c"
],
"module_type": "ClangTarget",
"product_memberships": [
"Crypto"
]
}
],
"products": [
{
"name": "Crypto",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Crypto"
]
},
{
"name": "Random",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Random"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/vapor/core.git",
"type": "sourceControl",
"identity": "core",
"requirement": {
"range": [
{
"lower_bound": "3.0.0",
"upper_bound": "4.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-nio-ssl-support.git",
"type": "sourceControl",
"identity": "swift-nio-ssl-support",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "4.0",
"manifest_display_name": "Crypto"
}
Package Dump
{
"name": "Crypto",
"targets": [
{
"name": "CBase32",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "CBcrypt",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "CCryptoOpenSSL",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "Crypto",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Async",
null
]
},
{
"byName": [
"Bits",
null
]
},
{
"byName": [
"CBase32",
null
]
},
{
"byName": [
"CBcrypt",
null
]
},
{
"byName": [
"CCryptoOpenSSL",
null
]
},
{
"byName": [
"Core",
null
]
},
{
"byName": [
"COperatingSystem",
null
]
},
{
"byName": [
"Debugging",
null
]
},
{
"byName": [
"Random",
null
]
}
],
"packageAccess": false
},
{
"name": "CryptoTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Crypto",
null
]
}
],
"packageAccess": false
},
{
"name": "Random",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Bits",
null
]
}
],
"packageAccess": false
},
{
"name": "RandomTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Random",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "Crypto",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Crypto"
]
},
{
"name": "Random",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Random"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "core",
"location": {
"remote": [
{
"urlString": "https://github.com/vapor/core.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "3.0.0",
"upperBound": "4.0.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "swift-nio-ssl-support",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-nio-ssl-support.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- Core3.10.1
- swift-nio-ssl-support1.0.0
Dependencies
{
"url": "/usr/src/package",
"name": "Crypto",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/vapor/core.git",
"name": "Core",
"path": "/usr/src/package/.build/checkouts/core",
"version": "3.10.1",
"identity": "core",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio.git",
"name": "swift-nio",
"path": "/usr/src/package/.build/checkouts/swift-nio",
"version": "1.14.4",
"identity": "swift-nio",
"dependencies": [
{
"url": "https://github.com/apple/swift-nio-zlib-support.git",
"name": "swift-nio-zlib-support",
"path": "/usr/src/package/.build/checkouts/swift-nio-zlib-support",
"version": "1.0.0",
"identity": "swift-nio-zlib-support",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/apple/swift-nio-ssl-support.git",
"name": "swift-nio-ssl-support",
"path": "/usr/src/package/.build/checkouts/swift-nio-ssl-support",
"version": "1.0.0",
"identity": "swift-nio-ssl-support",
"dependencies": []
}
]
}
