Crypto

2367 Videos

💣💥 El BOOM de la Inteligencia Artificial o IA (ChatGPT, Dall-e 2, Midjourney…)

Juan Carlos F. Garrido nos habla sobre el boom de la Inteligencia Artificial, y de un poco más de dónde podemos encontrar las IAs en nuestro día a día. Los filtros que usas para verte más guap@, la ruta en Google hasta aquel pueblo perdido o incluso cuando le pides a Alexa que te ponga […]

⚡️ USOS DIARIOS de la Inteligencia Artificial (IA)

Descubre en este video los casos de uso diarios que se les está dando a la inteligencia Artificial (IA). “La IA llegará a todos los espacios donde el hombre quiera llevarla” Actualmente ya existen artículos completos creados por Inteligencia Artificial y ¡no nos damos ni cuenta! Juan Carlos Galindo, CEO de LeoRobotIA y nuestro segundo […]

💰 ¿La REGULACIÓN CRIPTO atraerá DINERO institucional?

Sergio Fernández del programa de radio myconomy, nos responde a la pregunta de si la regulación cripto atraerá dinero institucional. Gracias a esto se puede conseguir una mayor adopción y ayudará a que la industria siga avanzando. ¿Estás de acuerdo? ¡Estamos abiertos al debate! 👀 Escucha el podcast completo en nuestro canal de YouTube 🔴🔔 […]

🤖 La SINGULARIDAD en la Inteligencia Artificial (IA)

¿Qué es la singularidad en la inteligencia artificial? La singularidad tecnológica es la cumbre de la IA, la explosión de inteligencia resultante dará lugar a máquinas cada vez más autónomas y precisas que podrán generar grandes beneficios a la humanidad a través de sistemas de salud más eficientes, pero también podrá dar lugar a grandes […]

💸 ¿Do Kwon o Sam Bankman Fried?

En este fragmento del debate del podcast preguntamos a nuestros invitados a quien prefieren, si a Do Kwon o Sam Bankman Fried. Escucha el podcast completo en nuestro canal de YouTube 🔴🛎️ https://youtu.be/n5zBcaCvqKI 🚀 Suscríbete a nuestro Canal: https://www.youtube.com/channel/UCBiADuI8MB13Rxbx-o0WUBw?sub_confirmation=1 #Criptonoticias #Bitcoin #Blockchain #Criptomonedas 🎁 ¡𝗛𝗮𝘀 𝗱𝗲𝘀𝗰𝘂𝗯𝗶𝗲𝗿𝘁𝗼 𝘂𝗻 𝗿𝗲𝗴𝗮𝗹𝗼! Si estás aquí, aprendiendo, te mereces nuestro […]

Cryptography with Python 40: Recap and summary

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of classic security goals of cryptography 01:20 Summary of cryptographic concepts and primitives covered 🔷🔷 About 🔷🔷 This is the last lesson of the 6h Fundamental Cryptography in Theory and Python course and provides a recap of cryptography as a tool […]

Cryptography with Python 39: Using RSA-PSS & Ed25519 signatures in Python

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of digital signatures 00:56 Using RSA-PSS in Python 04:36 Wrong message detection with RSA-PSS in Python 05:44 Wrong signature detection with RSA-PSS in Python 06:15 Wrong public key detection with RSA-PSS in Python 07:39 Using Ed25519 in Python 09:22 Wrong message […]

Cryptography with Python 38: Digital signatures

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Digital signatures 02:46 Creation of digital signatures 04:05 Verification of digital signatures 05:18 Discussing RSA-PSS, DSA, ECDSA, and EdDSA with Ed25519 and Ed448 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson presents the concept of digital signatures, has a […]

Cryptography with Python 37: Non-repudiation as a security goal

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Non-repudiation as a security goal 01:04 Relationship of non-repudiation with authenticity 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and Python lesson presents the concept of non-repudiation as a security goal and discusses its relationship with authenticity. 📝 Resources used and created […]

Cryptography with Python 36: Implementing AES-GCM in Python #2

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Introducing the GCM GHASH hash calculation function 00:57 Introducing the GCM GCTR counter-mode based encryption function 01:57 Implementing GHASH in Python 04:06 Implementing the GCM MUL 128-bit block multiplication function in Python 07:21 Implementing GCTR in Python 11:15 Executing the AES-GCM implementation […]

Cryptography with Python 35: Implementing AES-GCM 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-38D as official Galois/Counter Mode (GCM) standardization document 01:41 Setting up the AES-GCM implementation in Python using official NIST test vectors 05:38 Implementing the GCM authenticated encryption function in Python 🔷🔷 About 🔷🔷 This Fundamental Cryptography in Theory and […]

Cryptography with Python 34: Using AES-GCM in Python

Entire course: ➡️ https://www.youtube.com/playlist?list=PLWjMI9CAmVU4–SmpzgswTvxLkZqC9QWn ⏰ Timestamps for content in this video ⏰ 00:00 Recap of GCM as an instance of AEAD 00:41 Using AES-GCM in Python 05:43 Investigating wrong key detection with AES-GCM in Python 07:34 Investigating wrong IV detection with AES-GCM in Python 08:04 Investigating wrong authentication tag detection with AES-GCM in Python 08:31 […]
eos
EOS (EOS) 1,09 2,55%
aave
Aave (AAVE) 72,45 4,17%
the-graph
The Graph (GRT) 0,138054 3,00%
kusama
Kusama (KSM) 32,08 1,97%
waves
Waves (WAVES) 2,10 4,72%
dash
Dash (DASH) 53,35 5,05%
bitcoin
Bitcoin (BTC) 26.119,58 2,00%
ethereum
Ethereum (ETH) 1.662,68 3,30%
cardano
Cardano (ADA) 0,351318 13,46%
tether
Tether (USDT) 0,928196 0,38%
xrp
XRP (XRP) 0,424585 19,52%
solana
Solana (SOL) 20,74 1,77%
polkadot
Polkadot (DOT) 5,86 3,90%
usd-coin
USD Coin (USDC) 0,924505 0,37%
dogecoin
Dogecoin (DOGE) 0,070130 5,81%
uniswap
Uniswap (UNI) 5,91 4,23%
terra-luna
Terra Luna Classic (LUNC) 0,000119 3,40%
litecoin
Litecoin (LTC) 75,15 3,96%
chainlink
Chainlink (LINK) 6,98 8,57%
bitcoin-cash
Bitcoin Cash (BCH) 122,50 2,71%
algorand
Algorand (ALGO) 0,212169 10,35%
matic-network
Polygon (MATIC) 1,06 4,72%
stellar
Stellar (XLM) 0,087214 8,94%
cosmos
Cosmos Hub (ATOM) 10,97 3,29%
filecoin
Filecoin (FIL) 5,39 1,89%
tron
TRON (TRX) 0,062122 2,31%
ethereum-classic
Ethereum Classic (ETC) 19,08 5,53%
dai
Dai (DAI) 0,923583 0,38%
tezos
Tezos (XTZ) 1,10 2,68%
monero
Monero (XMR) 140,99 1,17%