#cryptographyinhindi #cybersploit #cryptographybycybersploit #crypto #cybersecurity #ceasercipher #encryption #decryption
decryption using python script in hindi || cryptography in hindi part7
Program:
#A python program to illustrate Caesar Cipher Technique
def decrypt(ciphertext,key):
result = ""
traverse text
for i in range(len(ciphertext)):
char = ciphertext[i]
Encrypt uppercase characters
if (char.isupper()):
result += chr((ord(char) - key-65) % 26 + 65)
Encrypt lowercase characters
else:
result += chr((ord(char) - key - 97) % 26 + 97)
return result
#check the above function
ciphertext = "e"
key = 2
print ("Text : " + ciphertext)
print ("Shift : " + str(key))
print ("plaintext: " + decrypt(ciphertext,key))
~~~~WELCOME FOR NEW SUBSCRIBER ! ~~~~
**************Thanks For Watching***********
DISCLAIMER: This channel DOES NOT promote or encourage Any illegal activities, all content provided by cybersploit.This channel is meant for EDUCATIONAL PURPOSE only.
Copyright Desclaimer Under Section107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching , scholorship, and research . Fair use is a use permitted by copyright statute might otherwise be infringing. Non-profit.
########## Connect To Me ###########
website: https://www.cybersploit.in/shell-scri...
faceboob page: /
facebook group: / 22445...
instagram: /
twitter: / cybersploit1
Telegram: https://t.me/cybersploit1
***********************************
Linux course beginners to advance in hindi:
https://www.youtube.com/playlist?list...
shell scripting complete tutorial in hindi:
https://www.youtube.com/playlist?list...
privilage escalation for beginners in hindi:
https://www.youtube.com/playlist?list...
CTF for beginner in hindi:
https://www.youtube.com/playlist?list...
windows command tutorial for beginners in hindi:
https://www.youtube.com/playlist?list...
cybersecurity guide for beginner in hindi:
https://www.youtube.com/playlist?list...
**********************************
Nesta página do site você pode assistir ao vídeo on-line decryption using python script in hindi || cryptography in hindi part8 duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Cybersploit 07 Maio 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 659 vezes e gostou 17 espectadores. Boa visualização!