CryptoAES256CBCSample
OverView
This Project is a sample app for AES256CBC encryption and decryption. This App uses this library. IDZSwiftCommonCrypto
Sample
Encryption
| Item | Value |
|---|---|
| Target string | Hello world & IDZSwiftCommonCrypto |
| keyPhrase | AMdijiEXaA4mBb9unEbieySFgjM7Hxty |
| iv | d6d8b05da458a32bae1cfe9aa74e3682 |
| Result | ??? |
Decryption
| Item | Value |
|---|---|
| Enctypted string | i2ELu+EuUg3u+GC/33PwprbT8WGnJniF/tkQr+dMQinLltxLgTxxAYxnf0U8J/P8 |
| keyPhrase | AMdijiEXaA4mBb9unEbieySFgjM7Hxty |
| iv | d6d8b05da458a32bae1cfe9aa74e3682 |
| Result | ??? |
Result
| Encryption | Decryption |
|---|---|
![]() |
![]() |
Contact
Please feel free to contact us if you find a bug or have any feedback. Suggestions for adding functions and code corrections are also welcome.
let name = "Takuya Aso"
let email = "milanista224" + "@" + "gmail.com"
let profession = "iOS Engineer"
let location = "Tokyo"

