Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

GPG/PGP Free Data Encryption with Python

PGP

GPG

GnuPG

Privacy Guard

Pretty Good Privacy

RSA

Public Key Encryption

python

encryption

Python Programming

primitatives

hashes

SHA256

base64

urlsafe

public key

private key

asymmetric

pki

cryptography library

Asymmetric encryption

symmetric

Raspberry Pi

Cryptography

KDF

Password

Key

Encryption

Encrypt a File

with open

fernet

pkcs1

encrypt

decrypt

encrypt string

one-way hash

hash

python encapsulation

python encryption library

python encode utf-8

privacy

Автор: Practical Python Solutions

Загружено: 11 сент. 2020 г.

Просмотров: 28 497 просмотров

Описание:

In this video, we will encrypt and sign documents with PGP and Python as part of my series on encryption with Python.

Specifically, we are going to use GnuPG or GPG, which is essentially a free version of PGP and is part of the OpenPGP standard

First of all….PGP or Pretty Good Privacy.

PGP was developed in the early nineties by Phil Zimmerman. Phil offered up the source code for PGP which was used to develop the Open PGP ..a standard for

GPG encrypts data using asymmetric key pairs that are individually generated by users. GPG also supports symmetric encryption with AES and other algorithms …but we’ll leave that discussion for another day.

If you remember, In the world of asymmetric encryption , each user has a key pair …one public and one private key. There is a mathematical relationship between each key pair where you can encrypt with one and decrypt with the other.

How this typically works is that Bob securely sends Alice his public key. Alice encrypts a file with Bob’s public key and sends it to Bob, knowing that only Bob can decrypt because he has the private key that was associated with the public key he sent to Alice.

GPG has several command line options to manage your encryption but we are going to use a Python library instead called python-gnupg

To exchange encrypted files in GPG, each user will need to have GPG installed on their computer. Also, we will need to install the GnuPG libray in python to write the code.

GPG/PGP Free Data Encryption with Python

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

TLS & HTTPS with Python - Digital Certificates

TLS & HTTPS with Python - Digital Certificates

Creating and Managing a GPG Key Pair

Creating and Managing a GPG Key Pair

Data Encryption with Pycryptodome & AES

Data Encryption with Pycryptodome & AES

Import Data (Excel, CSV and API/JSON) with Pandas into Python

Import Data (Excel, CSV and API/JSON) with Pandas into Python

How are Images Compressed?  [46MB ↘↘ 4.07MB] JPEG In Depth

How are Images Compressed? [46MB ↘↘ 4.07MB] JPEG In Depth

The Complete Guide to Python Virtual Environments!

The Complete Guide to Python Virtual Environments!

Encrypt files and strings with AES and Pycrypto

Encrypt files and strings with AES and Pycrypto

MySQL - The Basics // Learn SQL in 23 Easy Steps

MySQL - The Basics // Learn SQL in 23 Easy Steps

КАК УСТРОЕН TCP/IP?

КАК УСТРОЕН TCP/IP?

Vision Transformer Quick Guide - Theory and Code in (almost) 15 min

Vision Transformer Quick Guide - Theory and Code in (almost) 15 min

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]