Security

103 Videos

Is Monero Compromised?

In this video I discuss the recent twitter drama about Monero’s founder being an informant for interpol and what that means for the monero protocol (TLDW it’s all opensource so we can see if it glows) https://nitter.net/librehash/status/1637907642638008325 ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿ Monero 45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436 Bitcoin 3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV Ethereum 0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079 Litecoin MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF Dash Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz Zcash […]

I2P Easy Install Bundle

In this video I review the I2P Easy Install bundle https://geti2p.net/en/ ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿ Monero 45F2bNHVcRzXVBsvZ5giyvKGAgm6LFhMsjUUVPTEtdgJJ5SNyxzSNUmFSBR5qCCWLpjiUjYMkmZoX9b3cChNjvxR7kvh436 Bitcoin 3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV Ethereum 0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079 Litecoin MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF Dash Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz Zcash t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr Chainlink 0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14 Bitcoin Cash qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp Etherum Classic 0xeA641e59913960f578ad39A6B4d02051A5556BfC USD Coin 0x0B045f743A693b225630862a3464B52fefE79FdB Subscribe to my YouTube channel http://goo.gl/9U10Wz and be sure to click that notification bell […]

Cómo guardar bitcoin de forma segura, sea cual sea tu nivel

Después de continuadas crisis financieras, confinamientos con alevosía que destruyeron economías, y la imposibilidad de contener la inflación sin romper todavía más todo, puede que hayas acabado por convencerte de que bitcoin es esa opción que necesitas para ir acumulando parte de tu flujo de ahorros

Inside ICP | Using Cache Eviction for Side Channel Attacks

It is well known that processor caches can be used for side channel attacks to leak data from a vulnerable system. However, it is also largely assumed that this requires a somewhat reliable clock in order to measure execution times of individual or a small number of cache operations. This talk explains a different approach […]

Community Conversation: Security Best Practices

Robin Künzler and Roel Storms, from the Security department at DFINITY Foundation, dive into two aspects of security: storing confidential data and issues around inter-canister calls. You’ll learn about interesting and important attack vectors like double spending or loss of confidential data that are relevant in practice, and we’ll discuss how to prevent attacks. 00:00 […]

NFT Security for Discord Servers & Telegram Groups (Guild.xyz)

WEB3 MENTORING PROGRAM 👉 Apply here: https://cutt.ly/5B2d5Ky 3 month mentoring program to become a professional Web3 developer Build a killer portfolio of Web3 projects to get a 6 figure job 👉 Program: https://cutt.ly/sB2fqjX 👉 Testimonials: https://cutt.ly/0B2fwKy 👉 Questions? julien [at] eattheblocks [dot] com Disclaimer this video was not sponsored by Guild.xyz

Bitcoin 2140 – A por el Bicho del Intel ME y mas sobre meetups

Te gusta lo que hacemos? Invítanos a un café. El karma-toshi te lo recompensará Desbloquea este directo aquí: https://btcpay485242.lndyn.com/apps/Ppdi5M4jbh4TH6c5koi3Qdgpp8G/crowdfund 👉 http://directobitcoin2140.com ⚡ directobitcoin2140@lntxbot.com Únete a nuestras comunidades de Telegram 🔵 Comunidad 2140 en Telegram: https://bit.ly/TG_2140 📰 Noticias 2140 en Telegram: https://bit.ly/TG_2140Press 🟠 Aprende más sobre Bitcoin en Estudio Bitcoin: https://bit.ly/estudiobitcoin También nos puedes apoyar — […]

State of the Art of Ethereum Smart Contract Fuzzing in 2022 [EthCC5]

📥 Download the slides: https://academy.fuzzinglabs.com/introduction-to-ethereum-security?coupon=youtube Fuzzing is known as one of the most efficient techniques to find bugs in software. Sadly, when dealing with Ethereum smart contracts, the number of fuzzers and documentation available is really limited. During this talk, we will explain why fuzz testing EVM smart contracts can be challenging, why it’s important […]

From ZKP To ZK SNARKs – An Introduction

An entry-level introduction to zero-knowledge proofs and current status of zk-SNARKs. Also give a comparison of zk-SNARKs in practice. There is also an article I wrote describing the difference of zk-SNARKs: https://medium.com/

Ethereum/EVM Smart Contract Reverse Engineering & Disassembly – Blockchain Security #3

📥 Download the slides: https://academy.fuzzinglabs.com/introduction-to-ethereum-security?coupon=youtube Today I’m showing how EVM disassembly works and how to reconstruct the control flow graph (CFG) of an Ethereum smart contract when you only have access to the bytecode (closed-source). It’s really useful when you’re looking to analyze in-depth a contract at the EVM assembly level. #Reversing #Ethereum #EVM 00:00 […]

Ethereum Smart Contract Analysis & Solidity Audit using Mythril – Blockchain Security #2

📥 Download source code and materials: https://academy.fuzzinglabs.com/introduction-to-ethereum-security?coupon=YOUTUBE Following last week’s video, I will show how to audit and find vulnerability inside an Ethereum smart contract written in Solidity using Mythril, one of the best EVM smart contract analysis tools. #Ethereum #Solidity #Audit 00:00 Introduction 01:16 Mythril presentation 03:01 Results 03:41 Integer overflow analysis 08:40 CFG […]

Fuzzing Ethereum Smart Contract using Echidna – Blockchain Security #1

📥 Download source code and materials: https://academy.fuzzinglabs.com/introduction-to-ethereum-security?coupon=YOUTUBE In this video, I will show how to find vulnerability inside an Ethereum smart contract written in Solidity using echidna, one of the only Ethereum smart contract fuzzer. #Fuzzing #Ethereum #Solidity 00:00 Introduction 01:00 Get started with echidna 01:50 Basic test with testme.sol 03:00 Invariants 05:45 Missing.sol smart […]
eos
EOS (EOS) 0,859822 7,35%
aave
Aave (AAVE) 108,18 7,93%
the-graph
The Graph (GRT) 0,359123 7,31%
kusama
Kusama (KSM) 40,23 11,83%
waves
Waves (WAVES) 3,09 11,80%
dash
Dash (DASH) 31,36 7,31%
bitcoin
Bitcoin (BTC) 60.700,18 2,72%
ethereum
Ethereum (ETH) 3.146,86 4,78%
cardano
Cardano (ADA) 0,582737 5,46%
tether
Tether (USDT) 0,924434 0,64%
xrp
XRP (XRP) 0,565310 0,81%
solana
Solana (SOL) 169,68 9,33%
polkadot
Polkadot (DOT) 8,67 5,66%
usd-coin
USDC (USDC) 0,924434 0,68%
dogecoin
Dogecoin (DOGE) 0,124905 9,92%
uniswap
Uniswap (UNI) 10,42 8,19%
terra-luna
Terra Luna Classic (LUNC) 0,000122 9,38%
litecoin
Litecoin (LTC) 76,78 1,89%
chainlink
Chainlink (LINK) 16,26 6,56%
bitcoin-cash
Bitcoin Cash (BCH) 348,36 5,55%
algorand
Algorand (ALGO) 0,220250 11,14%
matic-network
Polygon (MATIC) 0,906364 8,06%
stellar
Stellar (XLM) 0,116724 3,14%
cosmos
Cosmos Hub (ATOM) 10,40 7,36%
filecoin
Filecoin (FIL) 7,92 8,32%
tron
TRON (TRX) 0,113824 1,75%
ethereum-classic
Ethereum Classic (ETC) 27,59 4,68%
dai
Dai (DAI) 0,920758 0,25%
tezos
Tezos (XTZ) 1,11 8,53%
monero
Monero (XMR) 126,16 1,49%