Miscelanea
unread,Nov 14, 2011, 9:59:07 AM11/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk, jvi...@seglan.com
Hi!
I need encrypt some information and then I need store it in database.
I've decided use PBE for that purpose. I've used the implementation of
PBE in Java but it takes a long time. At least, I think so. So far, I
have found nothing. The questions are:
Is there any implementation of PBES2 and PBKDF2 in ndk?
If yes, is it really a improvement if we compare with java
implementation?
If there isn't an implementation in NDK, How could I implement these
algorithms? What libraries would I need to use?
Thanks in advance.