I am trying to develop an encryption and decryption app where user will input text and password and click on encrypt/ decrypt and the respective operation will be performed.
1). The problem I am facing is how to include Java Packages like :-
import com.sun.org.apache.xerces.internal.impl.dv.util.Base64;
import java.security.InvalidAlgorithmParameterException;
import java.security.NoSuchAlgorithmException;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
2) The second thing I want to know is How to share that text (encrypted) through other apps if I place share button.
3) I also want to save the text with extension as abc.myapp