-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you please support AES256/CBC/PKCS7Padding? #33
Comments
Thanx for your issue. |
Hi ,man: some algoritms will soon. |
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 |
There is a great article, C++使用AES+Base64算法对文本进行加密,but the algoritm is AES128,isnt 256。 |
Hi, Thanks for your helping. Thanks You VERY VERY VERY Much |
I think, no kotlin-native in Android. Only "Java call native" in Android. Java can call native interface,regardless C , C++ or Assembly language. |
I mean you can use |
Hi, Thanks for your helping. Thanks You very much |
okay, |
Hi,
You are really my HERO Thanks you very much |
I think, maybe you are finding a wrong direction. Java only provides PKCS#5 padding, but it is the same as PKCS#7 padding. See this question on Crypto.SE: What is the difference between PKCS#5 padding and PKCS#7 padding They are interchangeable for the common block ciphers like AES and DES. Then, I wrote a class to test.
The result of two function is equal. Look this: struct padding in crypto++ doc. I think, Crypto++ doesn't support PKCS7Padding. |
Hi, My test data is use java & C#, my coworker seem also use pkcs5 by java. You are truly my savior. Thanks for your helping. |
This comment has been minimized.
This comment has been minimized.
Obviously,length of If you ask about your aes algorithm, this isn't a question and answer platform.Pls go to Stackoverflow. Im Sorry. |
sorry, AES no longer support, |
Thanks to mr. BruceWind!!! He saved my life with this article referral!!! |
@PeterleSoftwares |
HI
This is a good Project.
and
Is this Project Support AES256/CBC/PKCS7Padding ???
or something can reference ??
Thanks
The text was updated successfully, but these errors were encountered: