decryption using python script in hindi || cryptography in hindi part8
#cryptographyinhindi #cybersploit #cryptographybycybersploit #crypto #cybersecurity #ceasercipher #encryption #decryption decryption using python script in ...
🔥 Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in Thailand under the topic 'สภาพอากาศ'.
About this video
#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: https://www.facebook.com/cybersploitskv/
facebook group: https://www.facebook.com/groups/22445...
instagram: https://www.instagram.com/its_skv/
twitter: https://twitter.com/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...
**********************************
Video Information
Views
584
Total views since publication
Likes
17
User likes and reactions
Duration
7:40
Video length
Published
May 8, 2021
Release date
Quality
hd
Video definition
About the Channel
Tags and Topics
This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:
#Ceaser cipher in python #cryptography in hindi part8 #cryptography and network security #cryptography by cybersploit #ceaser cipher in python #ceaser cipher coding #cryptography and network security - geeksforgeeks #caesar cipher geeksforgeeks #caesar cipher python #caesar cipher python beginner #caesar cipher python code simple #caesar cipher python user input #caesar cipher python github #caesar cipher code #decryption using python #decryption of ceaser cipher
Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.