Search:

Type: Posts; User: pingusteam

Search: Search took 0.23 seconds.

  1. Replies
    3
    Views
    1,073

    Re: Problem with encryption with pasword

    If I wont that password work corecly I must



    String beseda3; // this its password
    beseda3 = mygeslo.getText();
    beseda3 = "o"+beseda3;
  2. Replies
    3
    Views
    1,073

    Re: Problem with encryption with pasword

    Some letters cant be first letter ( get wrong decoding message)
    My code for decyption:


    //kljuc2 its password
    kljuc2 = beseda3;
    aaa = kljuc2.length();
    for (int stevec =...
  3. Replies
    3
    Views
    1,073

    Problem with encryption with pasword

    Hello
    i write program for encryption with use pasword. In some cases (pasword its word like belgija program dont decryption normal, if i use another vord or i spell it and use letther word belgija i...
Results 1 to 3 of 3