Security "Crypto" provider deprecated in Android N
Closed this issue · 5 comments
https://android-developers.googleblog.com/2016/06/security-crypto-provider-deprecated-in.html
The deprecation affects this logic, right ?
Thanks for the link, it's interesting. I guess the code will need some refactoring.
@serpro if you need any help with that let me know, i would like to help you with your lib that is very helpful
Thanks @MeTaXaS4
Feel free to submit any Pull Request you make. That's the best thing about open source projects 👍
after further reading of post and your code, the lib doesn't have any problem.
the issue is with "SHA1PRNG" but you are using "AES"
Hi @MeTaXaS4,
That's true. I thought they were deprecating Crypto provider.But they are only deprecating that algorithm.
Thanks.
I'll close this issue.