You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HybridCrypto is simple implementation of hybrid cryptography following recommendations by [OWASP](https://mobile-security.gitbook.io/mobile-security-testing-guide/general-mobile-app-testing-guide/0x04g-testing-cryptography).
4
+
5
+
## Usage
6
+
7
+
> Step 1: Add this package to our Swift project via Swift Package Manager (SPM)
8
+
```java
9
+
https://github.com/UTNGYPisal/SwiftHybridCrypto
10
+
11
+
```
12
+
> Step 2: Import package to classes you need to work with encryption
13
+
```swift
14
+
importHybridCrypto
15
+
```
16
+
17
+
> Step 3: Initialize HybridCrypto in your AppDelegate
18
+
```swift
19
+
let publicKeyPlain ="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvTtZxoq7IKTwRkADtWix\n"+
0 commit comments