Feistel Encoding (Cipher) made easy + step by step example ✅️

  Рет қаралды 39,629

Project Code Mastery

Project Code Mastery

Күн бұрын

Пікірлер: 40
@projectcodemastery9243
@projectcodemastery9243 3 жыл бұрын
Hi everyone! 👋 You're now covered for both encoding and decoding : Feistel Encoding (encryption): kzbin.info/www/bejne/nJbRq4x6Z69srNU Feistel Decoding (decryption): kzbin.info/www/bejne/qZmoo2t3mK6krKs I hope it helps, happy learning!
@fatemaabdulrahman3290
@fatemaabdulrahman3290 2 жыл бұрын
This video will make me pass my midterm tomorrow, thank you!!
@projectcodemastery9243
@projectcodemastery9243 2 жыл бұрын
Good luck Fatema!!
@jouba2799
@jouba2799 Жыл бұрын
You saved my life
@raviiyer48
@raviiyer48 3 жыл бұрын
Very well explained - really lucid. Thank you.
@notion8812
@notion8812 4 жыл бұрын
Ty u for UR ALGORITHM! I had not know before this video where I could find the F func.
@projectcodemastery9243
@projectcodemastery9243 4 жыл бұрын
Boom! Feistel Encoding (feistel coding, encryption) explained step by step for beginners! I hope it helps!
@projectcodemastery9243
@projectcodemastery9243 3 жыл бұрын
@Jojo Jojo 👋 Done, you can watch it here: kzbin.info/www/bejne/qZmoo2t3mK6krKs
@AMIRA-nw8jd
@AMIRA-nw8jd 2 жыл бұрын
Yes it helps too much thank you
@mkrugl
@mkrugl 4 жыл бұрын
TY for your explaning!!! I did not know where I would take F function...
@NG-ee5qm
@NG-ee5qm Жыл бұрын
God bless you🙏
@srg9413
@srg9413 Жыл бұрын
Well done, very nice explaination.
@projectcodemastery9243
@projectcodemastery9243 Жыл бұрын
thank you, I hope you found it helpful!
@lindsayryder6919
@lindsayryder6919 3 жыл бұрын
Bless you!
@kamalraj2948
@kamalraj2948 Жыл бұрын
you are grate mam !! it really usefull
@MalekAlthubiany
@MalekAlthubiany 2 жыл бұрын
well explained, Thank you for your efforts!
@adnanmusa3675
@adnanmusa3675 6 ай бұрын
Thanks 👍
@projectcodemastery9243
@projectcodemastery9243 6 ай бұрын
Welcome 👍
@mansisakariya2193
@mansisakariya2193 Жыл бұрын
well explained
@emranulislam9102
@emranulislam9102 2 жыл бұрын
Thank you
@othniel209
@othniel209 3 жыл бұрын
Looks like you didn't use any Round Key in this instance
@andersonfabianoraimundo6541
@andersonfabianoraimundo6541 Жыл бұрын
Muito Obrigado, excelente aula.
@obinnaeke9663
@obinnaeke9663 10 ай бұрын
What if I want to calculate this with an underlying cipher being a Bitwise OR with say 1101?
@constanzaraquelsepulvedair2838
@constanzaraquelsepulvedair2838 3 жыл бұрын
thanks you so so much
@charbilysf7592
@charbilysf7592 Жыл бұрын
What if we have multiple rounds!
@rabiumuideen2470
@rabiumuideen2470 3 ай бұрын
Pls how to convert plaintext given in alphabetical to binary bits
@dominikagadomska3460
@dominikagadomska3460 Жыл бұрын
All would be great if you had explained this using example of main key (9 bits) and how to generate round keys (8 bits) based on it. This is not given by lecturer :)
@projectcodemastery9243
@projectcodemastery9243 Жыл бұрын
if the lecturer has not provided an explicit function, then they'll give you a rule (algorithm) by which you can create one yourself. As long as you stick to the rule your lecturer is giving you should be fine.
@vijay.itachi
@vijay.itachi 2 жыл бұрын
what about Master Key and sub Keys?
@shaikhhuzaifa1687
@shaikhhuzaifa1687 3 жыл бұрын
please make a video for decrypted bits to encrypted bits I mean reverse of this
@projectcodemastery9243
@projectcodemastery9243 3 жыл бұрын
Hello, I've just posted the video about Feistel decryption / decoding kzbin.info/www/bejne/qZmoo2t3mK6krKs
@shaikhhuzaifa1687
@shaikhhuzaifa1687 3 жыл бұрын
@@projectcodemastery9243 thanks alot
@paolamerino4792
@paolamerino4792 Жыл бұрын
If I have a long plaintext (18 words) I must repeat the process 9 times?
@projectcodemastery9243
@projectcodemastery9243 11 ай бұрын
no, you just split it in half
@paolamerino4792
@paolamerino4792 Жыл бұрын
And, if I have a plaintext of an unpair number (7) I must add an ‘extra’ letter (for example: x) and do the process dividing my plain text in blocks of 2 letters
@projectcodemastery9243
@projectcodemastery9243 Жыл бұрын
Hello, Someone else asked the same question so I will repost my answer below: "you just divide by 2 and work with each side like shown in the video. If the number of bits is odd, you just fill up the missing bit/bits at the end with zeros. So for example if we have the plaintext 10101010101 (length is 11), the divided would be 101010 101010" I hope this helps!
@shaileshthombe172
@shaileshthombe172 2 жыл бұрын
how to conver 40 to 12 digit plaintext
@projectcodemastery9243
@projectcodemastery9243 2 жыл бұрын
Hi Shailesh, you just divide by 2 and work with each side like shown in the video. If the number of bits is odd, you just fill up the missing bit/bits at the end with zeros. So for example if we have the plaintext 10101010101 (length is 11), the divided would be 101010 101010 I hope this helps!
@storewidepaul
@storewidepaul Жыл бұрын
i am lost
@projectcodemastery9243
@projectcodemastery9243 Жыл бұрын
hey! where are you stuck? Please try watching it again, it will make sense eventually. All the best!
FEISTEL STRUCTURE IN NETWORK SECURITY || INFORMATION SECURITY
12:22
Sundeep Saradhi Kanthety
Рет қаралды 169 М.
Feistel Cipher Structure
14:13
Neso Academy
Рет қаралды 159 М.
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,7 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 2,1 МЛН
Крутой фокус + секрет! #shorts
00:10
Роман Magic
Рет қаралды 38 МЛН
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 28 МЛН
Feistel DECODING (Cipher)  made easy + step by step example ✅️
11:53
Project Code Mastery
Рет қаралды 6 М.
Prime Numbers & RSA Encryption Algorithm - Computerphile
15:06
Computerphile
Рет қаралды 176 М.
Feistel Cipher - Computerphile
7:31
Computerphile
Рет қаралды 247 М.
Modes of Operation - Computerphile
14:16
Computerphile
Рет қаралды 223 М.
Encrypting with Block Ciphers
21:42
Aleksander Essex
Рет қаралды 36 М.
AES Explained (Advanced Encryption Standard) - Computerphile
14:14
Computerphile
Рет қаралды 1,2 МЛН
Hashing Algorithms and Security - Computerphile
8:12
Computerphile
Рет қаралды 1,5 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 2,7 МЛН