User Profile
Collapse
-
I'm sorry for posting something like this on this forum, I didn't realise that my error was this trivial. Thank you for helping me solve this and for not just telling me the answer. -
Vigenere decryption StringIndexOutOfBoundsException
Hi all,
I am having a problem with a vigenere decryption method I am writing.
I have tried to solve this but really can't figure out why this is happening.
I get a java.lang.Strin gIndexOutOfBoun dsException and while I know what this means, I don't know why it occurs in this instance.
The method takes a ciphertext and key string as an argument, and first loops through all letters in the key and converts them... -
-
Type safety warnings (eclipse)
hey guys,
I'm doing a small project which does some basic encryption and decryption, but I'm very new to Java and Eclipse is showing safety warnings but I have no idea what they mean or how I fix them. Here is the part of the code that's causing the problem:
...Code:String[] AlphArray = {"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"};
No activity results to display
Show More
Leave a comment: