I have very little knowledge of cryptography. However I want to encrypt and decrypt few strings for my android app. Previously I was using methods given in this post to do this simple task. However Android N is deprecating "Crypto" provider which is giving me error
java.security.NoSuchProviderException: no such provider: Crypto
Can anyone direct me to some tutorial or code gist which can have implementation of this new methods for Android N ? Many of the answers which I found in stackoverflow are still giving answer to such questions with old cypto library. I couldn't understand changes to make from Google blog because of my lack of knowledge in this field.