bhaiii chaaa gaye ho ... abi 10 mints me mera quiz tha and I was so worried about that topic ... you explained it well ... love from Pakistan god bless you
For decryption: (Cipher text number - key number)= Plaintext number. Then convert back to letters. Eg: 8(i of cipher text)-1(b of key)=7(h of plain text)
Few mistakes 1. E and e is not same. 2. This is mostly used with string of bits. Although you have taken english word example. The should be further expanded using their extended ascii( represent in terms of bits) 3. use modulas keyword and not subtract 4. The key must be truly random.
I have one Question If you have taking A-Z are Respectively 0-25 then Why You Subtract using 26. In this Point You would be using 25 In My opinion Please I am bitty confused this point
we have given 0-25 for A-Z because of programming simplicity. But if you count alphabets from A-Z starting with 1, the letter Z will come at 26th place. That is why we subtract with 26 instead of 25. you can still count... If you start from A to Z with 0, you will have Z at 25th place. I know its confusing but we are not looking at the last place i.e 25 but we want to know how many alphabets there are and that is 26 from A-Z so take 26 for subtraction. Consider it as a rule of thumb if you want to.
excuse me sir, how will receiver be able to know the key that we have applied in order to decrypt the message as the key varies from message to message!!!
bhaiii chaaa gaye ho ... abi 10 mints me mera quiz tha and I was so worried about that topic ... you explained it well ... love from Pakistan god bless you
chal nikal fir
For decryption: (Cipher text number - key number)= Plaintext number. Then convert back to letters. Eg: 8(i of cipher text)-1(b of key)=7(h of plain text)
and 23-8 = 15 and 15 is not l it is p
Actual method is :
(Ciphertext no. - Key no. ) Mod 26 = plaintext no.
@@Annukulhad see ☝️
Cipher text i means i=8
Key text b means b=1
Ciper value - key value
8 - 1 =7
7= H
So first letter is H
Decryption
Correct is :- (Cipher Text Number - Key Number + 26 ) mod 26
woooooooooooooooow what a explanation....jus loved it. You have explained it in such a nyc manner.keep it up good going.
This is one of the best explanation ❤
Great Videos. You saved My Semester. thanks a lot! it would be great if you could make videos on DES and IDEA algorithms
510 like isn't enough for this video guys , need to share more this video.... Awesome explaination sir
After Addition we have To check if our Added Value is Greater Than 25 Not 26 , and subtract 26. Because our index start with 0..
excellent sir,iam a BSC.CSIT student ,iam from nepal🇳🇵🇳🇵
good work bro this 5 minutes really save my time
Your videos helps a lot of Student. Really Appreciate your The METHOD of teaching . Thanks for Teaching Us Sir 🎉
Super sir very nice bahut achcha explain karte ho
Thank you sir love from gujarat ❤️
Thank you so much sir for making this concept so much easy to understand
Superb yarrr best sirrr for networking sub
India me ase hi sir ki kami hai jo padahe wo ek hi bar me samaj ajaye
excellent teaching method sir g .................from pakistan
Best Explanation Brother😍😍
Sir your teaching is amazing
For Decryption technique refer to Abhishek Sharma's video from 6:23
Zabardast!!!! Such an awesome explanation. God Bless!!
Thank you soo much man for this quality content and your way of teaching is soo good. 😍😍
Very helpful classes sir
you teach very well. i was looking for Vigenère cipher.
6:00 greater than 26? Or 25?
And then subtract from 26? Or 25?
if greater than 25 subrtract 26
You just have to do perform mod 26 operation on all add values
If Greater then you have to subtract 26
If greater then 25 then you have to subtract 26
if addition comes 25, it means Z. if addition comes 26, then subtract with 26 and you will get zero which means A.
really you are the great sir.. thank you so much for this
Thnkuu very much sir... U r the best
Bhut hi achi vedio thi 😊😊
Thanks sir
Bahut badhiya sir
Excellent explain tion
Very well explained sir... thanks
very helpful video for exam thank you soo much sir
Awesome sir😃
Few mistakes
1. E and e is not same.
2. This is mostly used with string of bits. Although you have taken english word example. The should be further expanded using their extended ascii( represent in terms of bits)
3. use modulas keyword and not subtract
4. The key must be truly random.
zaberdast boht shukareya
The condition should be if addition > 25 or addition >= 26
Apply "Mod 26" on all the terms of ADD.
nicely explained
great explanation. Thank you
very good explaination...decryption reverse hoga na?
Amazing, Thank you so much
U r great sir
Thank h sir that's nice..sir
thank you so much sir ..........
how reader can read orignal message? how reader or receiver know the key and how it can be reverse to convert into readable format?
Thank you sir :))
Plz upload the videos on embedded & real time os
Decryption ?
that was best: ruclips.net/video/xBRmS8kPIjQ/видео.html&ab_channel=AbhishekSharma
jordar sir
Excuse me, Sir, How can we decrypt Ciphertext in the One Time Pad technique?
I think it is not possible bro
By subtracting the respective key numbers from cipher text
@@AdduKeShorts and it the subtraction text is less than 0 then add 26 to it
saviour
I m sure u r GUJARATI...😁😁
sir..................plz hamare proff banjao😮💨
how to decrypt with this algorithm at the reciever side?
Check out this video on how to decrypt it from the other side. ruclips.net/video/R5LqOqaBYG8/видео.html
Bro plz change this cipher text into plain-text
sir ye qncryption technique companies me use bhi hoti hai ya nahi....
Sir can you please explain cryt arithmetic problem
Time to decrypt number station's data.
You said greater than 26 . I think it would be 25.
Thank you
And thnx for uploading
Gajab
WHAT IS THE DIFFERENCE BETWEEN VIGENERE AND oNE TIME PAD CIPHER?
greater than or equal to
Sir... I want elliptic curve cryptography video plz...
substract ki jagah... mod 26 sab jagah laga sakte
Awesome
then what about Vigènere tableau is uses same technique/method
Barabar 😄
5:48, what is he saying is just mod that addition result with 26
Why the number is subtracted by 26 rather than 25? The numbering is between 0-25.
Please sir clear the doute
HCI ke videos please dalenge kya. Book bhi nahi hai, students ko kafi dikkat ho rahi hai. Thanks in advance
Best
It's easy to make but hard to solve brother.
If the added sum is "26" .... 26 is not great than 26... But we don't have any alphabet equal to 26 ... I mean Z is equal to 25... "
26 is equal to 26 so do subtraction 26-26=0 . 0 is assign to A alphabet
I have one Question
If you have taking A-Z are Respectively 0-25 then Why You Subtract using 26.
In this Point You would be using 25
In My opinion
Please I am bitty confused this point
we have given 0-25 for A-Z because of programming simplicity. But if you count alphabets from A-Z starting with 1, the letter Z will come at 26th place. That is why we subtract with 26 instead of 25. you can still count... If you start from A to Z with 0, you will have Z at 25th place. I know its confusing but we are not looking at the last place i.e 25 but we want to know how many alphabets there are and that is 26 from A-Z so take 26 for subtraction. Consider it as a rule of thumb if you want to.
excuse me sir, how will receiver be able to know the key that we have applied in order to decrypt the message as the key varies from message to message!!!
Sir key Alphabet can be same?
what is Padding in cryptography, Sir?
0:46 starts at
How will the receiver know that key? However, it varies from message to message.
But how to decrypt???
5 minutes
sir if the addition == 26 then??
Cipher text to plaint text kese kare
TOTAL ALPHABET 26 HAI LEKIN HUM 'A' KO ZERO SE ASSIGN KIYE HAI, SO HUME 25 SUBTRACT KARNA CHAHIYE YA 26?????
0 to 25 kitna hota hai bhai ...
Anyone listening De number stations?
So how we get plain text back here...???
TOTP also ???
👍
but, how to decript ciphertext to plain text
if addition is 26 then what to do
Gudddd
Yeh polyalphabetic cipher bhi yeh hi hota hai sir?
Vernam cipher hi
bhai lekin text book k hisaab se to a mentod bilkul match nai hora kya karuuu 🙃🥲🥲🥲🙃
Sir what if number itself is 26? We have to take 26 as A ?
yes. if your addition is 26, then subtract it with 26 and you will get answer as zero. which will be equal to A.
if the number is 26 the also you have to subtract by 26 then you will get 0 and at 0 position is represented by A
Better hai ki bol do greater than 26 wale number ko mod 26 Kar na hai
What if number in addition comes 26??😳🙀🤔
But sir wt about decryption
This is a vigenere cipher encryption not one time pad .
Agar add mai 26 hua toh?
Subtract me 26 number aaya to? Kya karna he?