Shield icon indicating copy to clipboard operation
Shield copied to clipboard

🛡Security library covering Cryptography, Hashing, HMAC, Random, PBKDF, PKCS, X509, PKCS10

Results 6 Shield issues
Sort by recently updated
recently updated
newest added

We get this error when building for Mac Catalyst. "'Float16' is unavailable in Mac Catalyst" Any ideas on how to fix that?

Currently thrown errors are very "ad hoc". Shield needs to standardize error reporting and structures. - [ ] Common Protocol (e.g. `ShieldError`) that all error enums/structs implement. - [ ]...

I can build for a physical device, but am unable to build for the simulator. I am using a MacBook with Apple silicon (M1 Max).

Many of the features provided by Shield are via extensions to external frameworks (e.g. to the `Security` framework). 5.8 has support for documenting extensions where previous versions do not. Much...

This is a great library, can you add it to cocoapods to make easier for ppl to import? Thanks!

Silences a warning about `digitalSignature` and others being non-sendable when using Shield in a strict Swift concurrency setting.