Java Tutorial - Caesar Cipher

Sdílet
Vložit
  • čas přidán 3. 08. 2016
  • This video tutorial is about implementation of Caesar Cipher in Java
    Please upvote & subscribe and visit / tuts4java on facebook. Like & share :)

Komentáře • 54

  • @lancemartin1836
    @lancemartin1836 Před 5 lety +22

    Video helped me get a 100 on a CS project, you're the greatest

    • @humifogs
      @humifogs Před 2 lety +4

      yo did u do it with java class and methods ??

    • @humifogs
      @humifogs Před 2 lety

      I need it for my project plss

    • @fatimas3915
      @fatimas3915 Před 8 měsíci

      ^^@@humifogs

  • @arman78671
    @arman78671 Před 3 lety +1

    this video has been a lifesaver man. keep up the great work man

  • @SirFency
    @SirFency Před 4 lety +2

    thank you for this. It helped me understand a little more about casting and how char and int work together.

  • @limona9msp965
    @limona9msp965 Před 3 lety +2

    Thank you so much wow, I was so lost in my TP and you helped me so much.

  • @sharifahiqlima7595
    @sharifahiqlima7595 Před 5 lety +1

    Thank you so much. Your tutorial helping me so much.

  • @bumboklaatry5828
    @bumboklaatry5828 Před 4 lety

    ovo je tacno tutorijal, svaka cast

  • @tobiasnoth2675
    @tobiasnoth2675 Před 5 lety

    nice one dude you just rox !

  • @rabeeahussain8547
    @rabeeahussain8547 Před 2 lety

    honestly this vid saved my life

  • @bobbyday7113
    @bobbyday7113 Před 5 lety +8

    Instead of copying the whole cipher method to decipher the message, just make a constructor with the same parameters, and simply return this.word;

  • @vialmas9780
    @vialmas9780 Před 6 lety +1

    Thank you!!!

  • @koopa9815
    @koopa9815 Před 6 lety

    helpful! thanks

  • @IrishDean1000
    @IrishDean1000 Před 3 lety +2

    Hi Zoran, just curious, what color theme are you using because it's awesome.

  • @everssonnascimento4601

    Thank you!!

  • @Theweezerable
    @Theweezerable Před 3 lety

    AMAAAAAASING

  • @advancedprogramming2575

    thank u so muchhhhhh

  • @tekiero
    @tekiero Před 4 lety

    thank you!

  • @shehanwirekoon4005
    @shehanwirekoon4005 Před 7 lety +1

    hi if i want to implement like a menu so that the user could choose if he wants to encrypt or decrypt instead of the code doing both, should i implement it in the main method?

  • @trillkodex1235
    @trillkodex1235 Před rokem

    you are my hero

  • @lyricalstudio4143
    @lyricalstudio4143 Před 3 lety

    thanks bro

  • @VatsalRajyaguru17143
    @VatsalRajyaguru17143 Před 3 lety +1

    Im sure there is a better way of doing this without so many if statements. Also upper and lowercase dont really matter it makes this easy exercise a bit complex. Great video tho.

  • @jeremyliu6455
    @jeremyliu6455 Před 5 lety

    What happen if you shift to the left three?

  • @EdClarkHYCT
    @EdClarkHYCT Před 4 lety +2

    Caesar's Cipher Java Coding Challenge | How'd You Code That? | Episode 28

  • @user-zt2gu1qh5i
    @user-zt2gu1qh5i Před 4 lety +1

    can't the if (shift

  • @mohamedallam840
    @mohamedallam840 Před 6 lety +1

    and what i must do if i wanted to auto shift from 1 to 25 to print all the possibilities ?

    • @GenzeePody
      @GenzeePody Před 5 lety

      just make a constructor with the same parameters
      return word;

  • @evanehret1674
    @evanehret1674 Před 2 lety

    I keep getting 'else' without 'if' error I keep double checking and all my brackets seems correct im not sure what to do

  • @capitalwater6564
    @capitalwater6564 Před 5 lety

    How would you make if shift by 23 places?

    • @Spacebar
      @Spacebar Před 4 lety +1

      by changing the shift value to 23

  • @moussagerges6709
    @moussagerges6709 Před 4 lety +5

    It was a great video,Thank you! You can find here the source code: github.com/MoussaGerges9/Caesar-Cipher3.git

  • @Mello_24
    @Mello_24 Před 6 lety

    not working on Jcreator

  • @jonathansavage9057
    @jonathansavage9057 Před 5 lety

    Could you please do a tutorial with netbeans please

    • @Spacebar
      @Spacebar Před 4 lety +1

      same principles work for every java IDE

  • @YTtopPAULO
    @YTtopPAULO Před 2 lety

    wher is key value?

  • @SahibzadaInstitute
    @SahibzadaInstitute Před 6 lety +4

    please send me source code this is my semester project

  • @stanodujole1914
    @stanodujole1914 Před 3 lety

    I cant get it to decrypt properly

  • @annam3533
    @annam3533 Před 2 lety

    wow, difficult

  • @mndzmndz1580
    @mndzmndz1580 Před 7 lety +2

    please can you share the source code

  • @flaviofigueiredopinheiro3556

    Hi, can someone share the code ????

  • @ThatCarterKid
    @ThatCarterKid Před 5 lety

    fuck this is hard

  • @NN-sl6rm
    @NN-sl6rm Před rokem

    ز

  • @LaurentiuDaniel
    @LaurentiuDaniel Před 6 lety

    notes.io/11jJ ->source code

  • @Aliaksandra_sun
    @Aliaksandra_sun Před 6 lety +2

    please can you share the source code