I had first created a web application in VB.Net. Now i am creating its mobile application using Ionic framework.
While Working with VB.Net, we had an inbuilt encryption decryption algorithm. Now working with Ionic i can't use that dll. So how can i encrypt my login URL which consist of login password and send it to API?
I tried encrypting the password with AES256 but on API side when i decrypt it, the string is not in a correct format. What could be the issue?