CryptoSwift
SwiftyRSA
CryptoSwift | SwiftyRSA | |
---|---|---|
7 | - | |
10,144 | 1,271 | |
- | 0.4% | |
7.1 | 2.4 | |
24 days ago | 4 months ago | |
Swift | Swift | |
NOASSERTION | MIT License |
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.
CryptoSwift
-
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
SwiftyRSA
We haven't tracked posts mentioning SwiftyRSA yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
CommonCrypto.swift - :trident: CommonCrypto in Swift, and more
SwCrypt - RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
RNCryptor - CCCryptor (AES encryption) wrappers for iOS and Mac in Swift. -- For ObjC, see RNCryptor/RNCryptor-objc
Swift-Sodium - Safe and easy to use crypto for iOS and macOS
cocoapods-keys - A key value store for storing per-developer environment and application keys
BlueCryptor - Swift cross-platform crypto library using CommonCrypto/libcrypto
SweetHMAC - A tiny and easy to use Swift class to encrypt strings using HMAC algorithms.
OpenSSL - Swift OpenSSL for OS X and Linux
SwiftMD5 - A pure Swift implementation of MD5
SCrypto - Elegant Swift interface to access the CommonCrypto routines
JOSESwift - A framework for the JOSE standards JWS, JWE, and JWK written in Swift.