Encryption in Python | Cryptography In Python | Symmetric-key and Asymmetric-key

preview_player
Показать описание
Let's talk about understanding about Encryption and Decryption In Python. How to encrypt the text in python? what are the python encryption or crypto modules? what are efficient python algorithms we can use for the encryption process?

Two Important Keys Used.
✺✺ Symmetric-key - The data is encoded and decoded with the same key.
✺✺ Asymmetric-key - Two keys are the public key and the private key. one for Encryption and other one is for Decryption

Python Encryption Libraries
✺✺ Pycrypto
✺✺ Cryptography
✺✺ RSA

🎤 Good Tech Talks Playlist

🎥 Django Tutorial - Health Insurance Claim Project

🎥 Django Rest Framework Tutorial

🎥 Learn Python Tutorial

🎥 Python Web Frameworks Live Sessions

🎥 Watch other AI videos
♂DataScience Dialogue - Open Source GPU DataScience #1
♂DataScience Dialogue - AutoML and DataRobot Demo #2
♂DataScience Dialogue - Machine Learning & NLP Best Practices #3

📱Please join in 🎭 Our Social Networking platforms🎭 for quick updates
————————————————-

#encryption #RSAPython #CryptographyPython
Рекомендации по теме
Комментарии
Автор

have you done project on this"Performance analysis of different symmetric key cryptography algorithms"

shreyas
Автор

Hi what's your IDE? looks great with lateral bar for Docker etc.

Vtruvius
Автор

Hello. What if you encrypt an user's password, store encrypted password in a database, and also private_key for decrypt, but as a string, not the rsa private key object. How could you decrypt stored encrypted password using the private key (as a string) and check for a login mechanism if used password match with database entry? I use asymmetric key, the 3rd methoud presented here, and I didn't want a solution only for a runtime. Each new registered user should have its private key for further authentication to decrypt.. Private key is accepted as parameter only as rsa object, but how could it be stored? In a variable is ephemeral, in file is a string, in database is a string, or what is the reverse process to make private key from string back to rsa object? I didn't found any solution on the internet. Thanks :)

nechitaroberto
Автор

Bro how to make encryption and decryption like this
b+�!F;�a�X
Make a video r replie pls

siva-uvzx