public static String encrypt(int p, int q, int k, String m) {}
Hi I want to implement an encryption which does not use big integers, it should convert each character in a string to ASCII characters? Any ideas on how i would do this? Help will be appreciated.