Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitcor committed Jul 28, 2023
1 parent 7d2ae09 commit 20aab00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Humenger/frida-ios-cipher/.github%2Fworkflows%2Fbuild.yml)
## Introduction
Intercept all cryptography-related functions on iOS with Frida Api.
## Support Algorithm
* [x] AES
* [x] DES,3DES
* [x] CAST(What it's?)
* [x] RC2,RC4
* [x] Blowfish
* [x] SHA1,SHA224,SHA256,SHA384,SHA512
* [x] MD2,MD4,MD5
* [x] HMAC
* [x] PBKDF
## Config
```js
const CIPHER_CONFIG={
Expand Down

0 comments on commit 20aab00

Please sign in to comment.