If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
@NavyCrack14 жыл бұрын
Hello Alex, I haven't seen anybody who can explain so simple so good to understand Java as you. God bless you. Greetings from Albania.
@michaeltheisen Жыл бұрын
Hey Alex I started watching your videos to help me understand how to code Java when I first started my classes. Lo and behold, here you are helping me again in my Cryptography class. I graduate next month! Thank you for helping me get this far.
@chrisk.94694 жыл бұрын
Honestly these are rlly cool, if we could do a mini series abt encryption id love it
@kris_jnr_electricalАй бұрын
THIS IS THE BEST ENCRYPTION TUTORIAL ON THE INTERNET. AM A PRO IN PYTHON . I LEARNT THE HARD WAY SO SAD I DIDNT SEE YOUR VIDEOS WHILE I WAS STRUGGLING LEARN YEARS AGO. ILL GIVE YOU A FOLLOW
@oluwatobilobaodebo69924 жыл бұрын
Final Exam Tomorrow, Thanks for the help throughout the semester Professor Lee!
@alexlorenlee4 жыл бұрын
good luck!
@eastarwars4644 жыл бұрын
AP exam? 😂 I think I failed that.
@ivanarabome41723 жыл бұрын
Same men that’s why I’m here 😂😂
@ertizajowdat98283 жыл бұрын
@@ivanarabome4172 I lowkey wanna know how his exam went
@Mikizushi Жыл бұрын
yo how'd it go
@shehzadadeel322 жыл бұрын
After searching for 3 days (few hours per day) I came across this video. I wish you could understand the happiness I am feeling right now after seeing your video. You are the best...!!! Thanks for your videos. keep it up.
@TomJMumford4 жыл бұрын
This was part of my assignment for my first year of uni. You made it sound so easy. Thanks! :)
@statxs4 жыл бұрын
I've been watching your tutorials from like 2 years ago and i finally stumbled upon a recent one! Thanks for all the hard work.
@Anthony-wg7fn2 жыл бұрын
This was great. Can you please expand on this topic and talk about how to implement those other methods that take more steps?
@dyln1k4 жыл бұрын
I have my AP comp sci test tomorrow and your vids are really helping me, thanks!!
@smokinamby3 жыл бұрын
I find some people hard to understand, but you my friend. You have something about the way you explain stuff that makes things alot easier to understand than most other people that try and teach the exact same concepts. Your videos almost never fail me, somehow. Just wanted to say thanks for the help. For the love of god, get some dark mode goin on...
@JustPassingByHere4 жыл бұрын
Amazing work Alex keep it up you motivate me to keep working at this stuff!
@indomitablehumanspirit83202 жыл бұрын
Alex i fuckking love you man I swear I am learning this right now in my class and I don't understand shit but because of you I have finally understood it tysm
@milannovic58204 жыл бұрын
It's like you are reading my mind. I was looking couple hours ago do you have a lesson about this. Keep up with good work and big support from Bosnia and Herzegovina 😃👍
@stephen98494 жыл бұрын
Better than md5! Less used, better secured!
@codinggeek52303 жыл бұрын
Thank you Alex Lee, for a wonderful tutorial
@darthcode594 жыл бұрын
Hey Alex I learn java from your channel and i did a different version of encryption. I did the program yesterday and today i see you have uploaded it a month ago!
@AzureKnight3 жыл бұрын
thnx a lot brother just studying a night before for the exams
@av26783 жыл бұрын
Alex: some things like key always confused me But i didnt got confused Cz learnt from you Thx Alex, you inspired me so much for programming
@woolly94684 жыл бұрын
Alex: "Let's say the message is, 'hey, hows it hanging?'" Me: *puts "its the Russians"*
@raymondmichael49874 жыл бұрын
Helpful and subed. Greetings from Tanzania 🇹🇿
@cinephile90154 жыл бұрын
Well Explained Alex. Can you make a video on Threads it would be helpful.
@ultra_xd4 жыл бұрын
Hey Alex, I was wondering if you could do a tutorial on serialization so I could save my objects into a file. It would be very much appreciated! Thanks! P.S Your videos are awesome.
@Kizuki254 жыл бұрын
You own my subscription , good video !
@benpoarch27414 жыл бұрын
Helped me complete a caesar cipher lab thanks!!!
@efeaydemir14132 жыл бұрын
thanks mate, very easy to understand !
@johncarlodiaz38294 жыл бұрын
Hello Alex, can you make a video about making a database using mySQL?
@astronautcowboy21423 жыл бұрын
This was so awesome to see! I want to make tons of encrypted messages now haha.
@danow112 жыл бұрын
Great example. Working on this in my class and they did not do a great job of breaking down the steps in a simple way as you did. It was more like you will need to do this,this,this(using arbitrary descriptions) in some order, figure it out.
@mannyokafor46094 жыл бұрын
do a Annotations video pleasee
@swapnasamparnasahoo7736 Жыл бұрын
thank you so much,it helpedme a lot
@definitlyarealperson70413 жыл бұрын
Amazing video! What peoples do in a 100 lines of code you put in just 20!
@Ms_Oszy2 жыл бұрын
It so cool , this called Ceaser Cipher, Encrypt to ge Cipher C as C= char+key, decrypt the restore original message m as, m= C-KEY.
@Sammym20014 жыл бұрын
I love your Java tutorials and they are very good at helping me remember a lot of concepts that I have probably forgotten in Java but unfortunately, my university teaches C++ and I was wondering if you have any plans to make any videos regarding C++ either on this channel or another channel.
@HarshRajAlwaysfree4 жыл бұрын
I always wanted to watch a video related to this topic
@reivax84194 жыл бұрын
Could you cover bitmaps? And also great video
@mansoorahmad95642 жыл бұрын
Love it thanks alot brother
@thebinsohail3 жыл бұрын
public class Encrypt{ public static void main(String[] args) { int salt=(int)(1+(Math.random())*9); String string="Hello World"; System.out.println(string); char [] chars=string.toCharArray(); for(char c:chars){ c+=salt; System.out.print(c); } } }
@prof_as Жыл бұрын
thanks really understandable
@defth4 жыл бұрын
This helped me so much.
@Destroyer199419952 жыл бұрын
Thank you legend!
@omer88kemal2 жыл бұрын
Very useful bro thank you😊😊😊
@3monsterbeast4 жыл бұрын
You made it so easy to subscribe :)
@nalule-Grace3 жыл бұрын
This was very helpful. Hope to learn more from you.
@n95833 жыл бұрын
Yr
@shamielhashimibrahim55062 жыл бұрын
Thank you so much it clear explanation, I am wandering what if the input is a text file not an string, who to treat it?
@hi-vk2sm4 жыл бұрын
Hey Alex, could you do a tutorial about bitwise operators (^=, >>,
@HarshRajAlwaysfree4 жыл бұрын
Can you make a video on making a simple game like fappy bird with Java ?
@habibishapur4 жыл бұрын
if you want to make games look at c# or c++ instead oj java. hell maybe even python
@mr_confuse3 жыл бұрын
Fappy Bird, sounds interesting indeed
@markanthonyzara34643 жыл бұрын
Alex do you know how to encrypt / decrypt file using java?
@__-cd1nd4 жыл бұрын
Thanks for your help🙏🏼
@CodingKida4 жыл бұрын
One of the best logic.
@Oismyurl4 жыл бұрын
Hey man. Great video! Any chance you could do something on Threads? :D
@sivakrishnat54713 жыл бұрын
Hi Alex, it is a nice video. also, please make a video on session keys and encryption.
@AvivaScott2 жыл бұрын
Does the algorithm you used to encrypt/decrypt have a specific name? Thanks! Great tutorial
@maxpeng30002 жыл бұрын
I think it’s called caeser cipher
@jeafearn20973 жыл бұрын
sir, it's very helpful. is this a part of Caesar Cipher?
@raneemayman75813 жыл бұрын
what about asking the user to enter the key and enter a text how to write it? for Encryption and Decryption
@keynnethespillo1217 Жыл бұрын
What app is this where can I find this
@kevinm.15654 жыл бұрын
Great stuff! :-) Thank you.
@merman38043 жыл бұрын
Can you tell me are this cipher is a Cesar?
@wolontong2 жыл бұрын
real question. what is this encryption method called?
@mindmind13014 жыл бұрын
Hello can you make a tutorial on triple des encryption and decryption ? your video is really helping thx so much mate
@2012mrmoh4 жыл бұрын
This type of encryption called caesar cipher
@information88info3 жыл бұрын
Thanks buddy
@rox4333 Жыл бұрын
What compiler did u used?
@shandenegray56264 жыл бұрын
You're the BEST
@rowdy89513 жыл бұрын
good job bro
@ideology83234 жыл бұрын
this is kind of cool
@androidpc96562 жыл бұрын
is there any name for this algorithm? and what happenns if we encrypt the last ascii character
@jonathantremblay47223 жыл бұрын
Thanks a lot !
@MisterWealth4 жыл бұрын
Question: So what if you don't know that it's -6 for example?
@IkeVoodoo4 жыл бұрын
You can't get the original message
@sanjanajhurry61702 жыл бұрын
this is symmetric encryption right?
@mallickpriyanshuOG3 жыл бұрын
Can you make a video on some more complex encryption? And also encrypting all types of files
@rmrishan57424 жыл бұрын
Thank You very much for the tutorial. I have a question. so "c" is a char. the encrypted code that you are printed in the console is actually for loop running several times and change the data in "c" . let's say i want to get the output as a string. How could I achieve this?
@Westsydney20002 жыл бұрын
Hey i have a problem when i ude space In my text i get an error message
@d3vz0ne4 жыл бұрын
Don‘t forget Charlee :)! ☕️☕️☕️
@mugolastbon15524 жыл бұрын
Demn, that's awesome man....
@ITSTY-18112 жыл бұрын
i wish i see this before activity, but my activity is already checked. haha
@truvoi86863 жыл бұрын
Superb.
@ibragimkuanyshbay934 жыл бұрын
Let's make video about SOLID
@woodrowbode74372 жыл бұрын
If you decide to use an app that has the best encryption, choose Utopia Ecosystem
@amitpanc4 жыл бұрын
When I do c = c+5; it complains of "can't convert from int to char" while c += 5; works fine. Why?
@samhou88973 жыл бұрын
u should do c = (char) + (c + 5);
@smokinamby3 жыл бұрын
The first part, When you said "when I do" you're assigning the value of c+5 to a variable named c. The second part of your question, you're comparing 2 values, not assigning values. So the first one you assigned a value. The second one you're comparing a value. Assigning vs comparing. One operator will assign. Two operators will compare.
@smokinamby3 жыл бұрын
And the answer to your question is variable c is of type char. C+5 is an int (because it has a whole number). You cannot put an int into a char type variable. (Unless you cast it, which you'd only do if you're sure it's not gonna be losing any information). As I said in my last comment these are 2 completely different operations. The first operation you asked is ASSIGNING a value. The second operation you're COMPARING 2 values.
@smokinamby3 жыл бұрын
Your first statement you are 'saying' put this value in c. Your second statement you're 'saying' while c has this value, do this.
@adamlorbetskie34042 жыл бұрын
@@smokinamby They're both assigning
@MadaraUchihaa73 жыл бұрын
how would you make it so it doesn't encode numbers and special characters?
@peterluxus73822 жыл бұрын
video starts at 3:22
@psychologyfactstothinkabout4 жыл бұрын
can you make a video on debugging please
@codingwithelhacen9904 жыл бұрын
thank you.
@sarthakpawar24074 жыл бұрын
Can you plz make a video on threads in java. I can't understand it clearly
@pooblock40924 жыл бұрын
How do i use the c variable outside of the brackets?
@liambrain75514 жыл бұрын
Please can you do a StdDraw tutorial
@saifsayyed073 жыл бұрын
hey can you tell me how can i increase 1st char to 1 then 2nd char to 2 like each for each character
@Memelogy2962 жыл бұрын
Can you please do this in C#??
@aamirkhan-mv4qj7 ай бұрын
Awesome..😊
@HARIkRISHNA-km5cy4 жыл бұрын
Can you recommend me any good book for java?
@crisjericollamado41014 жыл бұрын
Goodday, what do you call this algorithm? i was so confused ☹️
@tacitkiller60603 жыл бұрын
Now the question is how do you hide the key in such a way it’s unreadable to send it from server to device and vice versa
@VatsalRajyaguru171433 жыл бұрын
What if i dont wanna shift the non letter characters??
@jayeshahirrao38682 жыл бұрын
hey can somebody please explain that for loop to me. I know the conventional format of for loop. this is new to me
@blockofcheeze1513 жыл бұрын
How do i do this with files
@brizzaangelareyes159 Жыл бұрын
Thank u it's 😊
@FazHD3 жыл бұрын
anyone know how to do it so it does input = ABCDEF and the output = ZYXWV?
@asonga54104 жыл бұрын
This was great, didn't know you could do easily convert strings into arrays character by character like that.