Cryptography with Python 18: Implementing RSA in Python #3

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Calculating a private key with the extended Euclidean algorithm in Python 03:56 Executing a 2048-bit key RSA encryption and decryption 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the 3rd of 3 parts demonstrating, how RSA as a […]

Cryptography with Python 17: Implementing RSA in Python #2

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Introduction of prime numbers and Miller-Rabin primality test 02:50 Implementing the Miller-Rabin primality test in Python 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the 2nd of 3 parts demonstrating, how RSA as a public-key encryption system can […]

Cryptography with Python 16: Implementing RSA in Python #1

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of the RSA public-key encryption system 01:47 Setting up the RSA implementation in Python 04:49 Implementing the RSA encryption operation 05:22 Implementing the RSA decryption operation 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the 1st of […]

Cryptography with Python 15: Using RSA in Python

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of the RSA public-key encryption system 00:42 Use of OAEP padding in real world RSA systems 01:27 Using RSA with OAEP padding and 2048-bit keys in Python 05:22 Demonstrating the RSA size limitation on plaintexts in Python 🔷🔷 About 🔷🔷 This […]

Cryptography with Python 14: Asymmetric encryption with RSA

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Asymmetric encryption 01:59 Introducing the RSA public-key encryption system 04:37 Generating large prime numbers with Miller-Rabin primality test 08:14 Generating a public RSA key 09:19 Generating a private RSA key with the extended Euclidean algorithm 10:47 Mathematics of RSA encryption 11:39 Mathematics […]

Cryptography with Python 13: Implementing AES-ECB/CBC in Python #2

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Implementing the ECB encryption process in Python 01:48 Implementing the ECB decryption process in Python 03:05 Implementing the CBC encryption process in Python 05:33 Implementing the CBC decryption process in Python 07:27 Executing AES-ECB and AES-CBC 🔷🔷 About 🔷🔷 This Fundamental Cryptography […]

Cryptography with Python 12: Implementing AES-ECB/CBC in Python #1

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Introducing NIST SP 800-38A as official standardization document of ECB and CBC 02:14 Setting up the AES-ECB and AES-CBC implementation in Python using official NIST test vectors 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the 1st of […]

Cryptography with Python 11: Implementing AES in Python #5

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Mathematics of the AES column mixing function MixColumns 01:35 Outline of AES decryption cipher 02:06 Implementing the AES column mixing function MixColumns in Python 09:40 Executing the AES encryption 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the […]

Cryptography with Python 9: Implementing AES in Python #3

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Implementing the AES key expansion in Python 05:44 Implementing the AES word rotation function RotWord in Python 06:32 Implementing the AES word substitution function SubWord in Python 09:17 Implementing the AES round constant function Rcon in Python 🔷🔷 About 🔷🔷 This Fundamental […]

Cryptography with Python 10: Implementing AES in Python #4

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Implementing the AES adding of round key function AddRoundKey in Python 02:50 Implementing the AES byte substitution function SubBytes in Python 03:54 Implementing the AES row shifting function ShiftRows in Python 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson […]

Cryptography with Python 6: Using secure AES-CBC in Python

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of the CBC block cipher mode of operation 01:44 Using AES-CBC in Python 04:04 Demonstrating the security of AES-CBC with Python 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson presents, how AES-CBC can be used in Python and […]

Cryptography with Python 7: Implementing AES in Python #1

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Introducing NIST FIPS 197 as official standardization document of AES 01:23 Setting up the AES implementation in Python using official NIST test vectors 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson is the 1st of 5 parts demonstrating, how […]
eos
EOS (EOS) 0,739319 2,13%
aave
Aave (AAVE) 80,33 2,73%
the-graph
The Graph (GRT) 0,281927 2,70%
kusama
Kusama (KSM) 27,83 1,70%
waves
Waves (WAVES) 2,29 2,52%
dash
Dash (DASH) 27,18 0,94%
bitcoin
Bitcoin (BTC) 61.691,41 0,12%
ethereum
Ethereum (ETH) 2.855,36 1,01%
cardano
Cardano (ADA) 0,437548 1,81%
tether
Tether (USDT) 0,917904 0,00%
xrp
XRP (XRP) 0,477246 1,08%
solana
Solana (SOL) 158,59 1,20%
polkadot
Polkadot (DOT) 6,50 1,62%
usd-coin
USDC (USDC) 0,917904 0,04%
dogecoin
Dogecoin (DOGE) 0,140447 1,82%
uniswap
Uniswap (UNI) 7,17 0,97%
terra-luna
Terra Luna Classic (LUNC) 0,000098 2,91%
litecoin
Litecoin (LTC) 76,92 0,90%
chainlink
Chainlink (LINK) 15,27 2,47%
bitcoin-cash
Bitcoin Cash (BCH) 450,24 0,48%
algorand
Algorand (ALGO) 0,165327 3,37%
matic-network
Polygon (MATIC) 0,641370 2,91%
stellar
Stellar (XLM) 0,098402 2,04%
cosmos
Cosmos Hub (ATOM) 7,76 2,76%
filecoin
Filecoin (FIL) 5,31 3,31%
tron
TRON (TRX) 0,111993 2,06%
ethereum-classic
Ethereum Classic (ETC) 25,87 3,05%
dai
Dai (DAI) 0,917874 0,03%
tezos
Tezos (XTZ) 0,858052 1,13%
monero
Monero (XMR) 124,07 1,06%