How can I encrypt and decrypt text by using two string
for more clarification
String order = {a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z};
String random = {q,w,e,r,t,y,u,i,o,p,a,s,d,f,g,h,j,k,l,z,x,c,v,b,n,m};
when i encrypt any word for example : abcdefg ;
when i encrypt it it will shown as qwerty ;
and when i decrypt he will do the reverse
if he write hello the decrypted text will be pcssi
i try hard to use the index of the two strings but i couldn't find any result