Search:

Type: Posts; User: Kseidel

Search: Search took 0.07 seconds.

  1. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,198

    [SOLVED] Re: Encryption

    Ok, I get what your saying there, thank you, that logic is extremely helpful. How might I get it to skip white spaces though, in case I have for instance, a phrase that needs to be encrypted? An if...
  2. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,198

    [SOLVED] Re: Encryption

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.text.*;
    import java.util.Random;

    public class Encrypt extends JFrame
    {
    private String dCountry; //string...
  3. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,198

    [SOLVED] Encryption

    Ok, I am having an issue with the encryption program I am trying to write.
    Basically, I need to have the user enter a string and encrypt it.
    I have a variable for the string, an array for the...
Results 1 to 3 of 3