RNCryptor
CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc
File Explorer
- Contents.swift
- contents.xcplayground
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- main.swift
- IDEWorkspaceChecks.plist
- RNCryptor.xccheckout
- RNCryptor.xcscmblueprint
- contents.xcworkspacedata
- RNCryptor-OSX.xcscheme
- RNCryptor-Performance.xcscheme
- RNCryptor.xcscheme
- project.pbxproj
- RNCryptor.swift
- RNCryptorGeneratedVectorTests.swift
- Data.swift
- GenVectorTests
- Info.plist
- OverfowingBuffer.swift
- RNCryptorPerformance.swift
- RNCryptorTests.swift
- VectorTestHelpers.swift
- .gitignore
- .gitmodules
- .swift-version
- .travis.yml
- CHANGELOG.md
- Info.plist
- LICENSE
- Package.swift
- README.md
- RNCryptor.podspec
- RNCryptorV1.enc
- Spec
# Installation Guide
swift- Xcode 12.5 or higher
- Swift 3.0 or higher
- Swift Package Manager / Carthage / CocoaPods
Setup Steps
swift build
Build the project using Swift Package Manager.
swift test
Run the project tests.
Key Commands
swift build
Compile and build the Swift package.
swift test
Run the unit tests included in the package.
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
pod
View Details ▼
pod
Dependency manager for Swift and Objective-C Cocoa projects.
pod init
Create a Podfile for the current project with the default contents:
pod install
Download and install all pods defined in the Podfile (that haven't been installed before):
pod list
List all available pods:
# Project Badges
-
BuddyBuild Visit
