开发者

android compatible algorithm for PBKDF2WithHmacSHA1

开发者 https://www.devze.com 2023-02-25 17:22 出处:网络
I am developing an android application in which i need to decrypt files encrypted by my c# project. the Problem is that i can do the same for java project but in android it is throwing exception. the

I am developing an android application in which i need to decrypt files encrypted by my c# project. the Problem is that i can do the same for java project but in android it is throwing exception. the help will be very much appreciated if anyone tell me the PBKDF2WithHmacSHA1 com开发者_如何学编程patible algorithm for android. Thanks!


C#? Are you using Mono for Android?

I think someone out there said that the BouncyCastle library that Android comes with has a lot of stuff stripped out, including PBKDF2. However , some nice people out there created SpongyCastle so that you can use BC alongside SC. SpongyCastle is BouncyCastle but with the class names renamed

0

精彩评论

暂无评论...
验证码 换一张
取 消