android compatible algorithm for PBKDF2WithHmacSHA1
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
精彩评论