SCrypto
Elegant Swift interface to access the CommonCrypto routines (by sgl0v)
CryptoSwift
CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift (by krzyzanowskim)
SCrypto | CryptoSwift | |
---|---|---|
- | 7 | |
38 | 10,209 | |
- | - | |
0.0 | 6.4 | |
over 4 years ago | 3 days ago | |
Swift | Swift | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SCrypto
Posts with mentions or reviews of SCrypto.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning SCrypto yet.
Tracking mentions began in Dec 2020.
CryptoSwift
Posts with mentions or reviews of CryptoSwift.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-02.
-
md5crypt in swift
Haven't used it since Swift 3 but have you looked at the CryptoSwift library?
-
[HIRING] - Frida Developer (iOS)
It's a custom app I built using this library. Attached below is a photo of the source code that takes a string and calculated the hash.
-
[HIRING] Developer Experienced With Frida & Swift
I have an app using CryptoSwift to make MD5 & SHA1 hashes. I'm attempting to use frida to hook onto the hashing functions so that I can retrieve both the original string (before hash) and the hashed value (after hash). The problem is, I haven't found anyway to do that. The best solution I found was code #1 and code #2, however, both do not give me the expected / any valid strings. [+] Solution Requested:
-
How do you implement HMAC SHA1 in today's Swift?
You can try this lib: https://github.com/krzyzanowskim/CryptoSwift
- Crypto related functions and helpers for Swift
-
What’s everyone working on this month? (March 2021)
Made a pull request in the CryptoSwift package https://github.com/krzyzanowskim/CryptoSwift/pull/855
-
Successor to RNCryptor?
I recently used https://github.com/krzyzanowskim/CryptoSwift for AES-GCM that needed ios 13 or below
What are some alternatives?
When comparing SCrypto and CryptoSwift you can also consider the following projects:
RNCryptor - CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc
CommonCrypto.swift - :trident: CommonCrypto in Swift, and more
SipHash - Simple and secure hashing in Swift with the SipHash algorithm
SwiftyRSA - RSA public/private key encryption in Swift
Swift-Sodium - Safe and easy to use crypto for iOS and macOS
BlueCryptor - Swift cross-platform crypto library using CommonCrypto/libcrypto
simple-touch - Very simple swift wrapper for Biometric Authentication Services (Touch ID) on iOS.
OpenSSL - Swift OpenSSL for OS X and Linux
AES256CBC