Thank you so much for your help. Here is my entire program. It consist of several different encryption methods, and one encrypt/decrypt function.
Enjoy
~Roy~
import java.lang.*;
class StringEncrypt_1 {
public static void main( String [] args ){
if( args.length != 1 ){...
I am working on an encrypt / decrypt function. The encrypt part of it removes all spaces between characters (if there is any) then 'packs' the string into a condensed form. It then takes every other character and puts each alternating character in alternating strings. IE string "ABCD"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.