Search:

Type: Posts; User: noobies

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    I solved this Thanks for your responses guys! :)
  2. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    This is my code for now


    package cobacoba;

    /**
    *
    * @author Hengky
    */
    public class Cobacoba {
  3. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    I'm stuck and I've found this methodology to complete my codes. But, what and where I should type my code here? :/


    /*
    * To change this license header, choose License Headers in Project...
  4. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    Okay, I'll try here.
    And when I'm stuck I'll ask again if you don't mind :)
  5. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    Yup, i know my mistake and I fixed it. So this is my code for now:


    public static void main(String[] args) {
    String enkripsi = "lamb".toLowerCase();
    String dekripsi =...
  6. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    Anyone can't help me?
  7. Replies
    11
    Views
    1,507

    [SOLVED] Re: [HELP] Encryption - Decryption alphabet

    This is the example when my program executed, and it's wrong in the decryption.



    ============================
    ENKRIPSI
    ============================
    Plain text:
    lamb
  8. Replies
    11
    Views
    1,507

    [SOLVED] [HELP] Encryption - Decryption alphabet

    I want to create a java program that can be encrypt-decrypt alphabet from characters . Which is the shifting of the alphabet is starting from the the first character to increase 4 and 5 increased in...
Results 1 to 8 of 8