I am working on AES encryption and decryption in Android and for that, I have used this site and code.
After implementing the java file I am getting the error Can not resolve method Base64.encodeBase64String(byte[])
.
I have found possible duplicate but It doesn't work for me.
My target is to get, Encrypted Result: +xsGMAefodr7u/bfTIdqoQ== for String: hello world, Key: password and Bit: 128.
Thanks.