Tyranitar

Results 6 comments of Tyranitar

Hi my Hero, Many Many Many Many Many Thanks, I Very Need AES256/CBC/PKCS7Padding with C, In all the Github, I can't find any repo Thanks you again

Hi, Thanks for your helping. My Business Model is using AES256/CBC/PKCS7Padding, And I must use kotlin-native platform to build my project, it only support c (don't support c++), so I...

Hi, Thanks for your helping. My present situation : already create base64/sha/hmac using cinterop in kotlin-native project, now aes256 dosen't implement, but no suitable AES256/CBC/PKCS7Padding using c to reference. Thanks...

Hi, It's a Good news for me. Thanks for your helping. ``` My Test Data is: val data = "Discover interesting projects and people to populate your personal news feed"...

Hi, Thanks for your helping. I don't understand about C language, so if c only support pkcs5, it is ok. My test data is use java & C#, my coworker...

Hi, I Try my best to search on line I found some pages ```https://www.cnblogs.com/cqvoip/p/8078790.html``` ```http://www.longdw.com/aes-256-cbc-c-android-pkcs5padding/?utm_source=tuicool&utm_medium=referral``` So I try to Modify a little I Add 4 function ``` a) aes256_encrypt_cbc_mdy (modify...