HomeCategorieCrittografia

🔒 Crittografia

Cifrari classici, RSA, Diffie-Hellman e crittografia a curve ellittiche: come funziona davvero la crittografia moderna.

66 simulazioni60 fps in tempo reale0 passaggi di installazione
Elliptic Curve Cryptography: Point Ops & ECDHNewInteractive 3D simulation of elliptic-curve point addition and doubling on a real-number… Symmetric-Key Avalanche Lab: Substitution-Permutation NetworksNewTwo 4x4 byte blocks -- one original, one with a single input bit flipped -- run through… RSA Trapdoor: Modular Exponentiation & the Factoring WallNewPick two primes, watch RSA build a public/private keypair, then trace encryption and… Functional Encryption: Decrypt Only f(x), Never xNewEncrypt a 10-record dataset and mint a functional key sk_f bound to one function (sum,… Digital Signature Mechanism SimulatorNewHash a message into a 3D fingerprint, encrypt it with a private key to produce a signature,… Blockchain and Crypto for Honey TraceabilityNewA 3D chain-of-blocks model of a honey supply chain, where each hand-off gets hashed into a… Asymmetric Encryption: RSA & ECC Key Exchange SimulatorNewWatch a public/private key pair lock and unlock a message travelling between Alice and Bob… Attribute-Based Encryption: Access Policy Tree SimulatorNewToggle a user's attributes against an AND, OR or k-of-n threshold access policy and watch… Blockchain Renewable Energy CertificatesNewRenewable generators mint energy certificates that a distributed ledger of validator nodes… Public-Key Exchange NetworkNewNodes exchange public keys and establish secure channels across the network — watch how key… Blockchain SimulatorNewThis simulation models a blockchain system, illustrating the core concepts of mining,… Blockchain Governance SimulationNewThis simulation models the governance structures of blockchain networks. It demonstrates how…
Interactive 3D Engine - Blockchain IntegrationNewThis simulation demonstrates the integration of blockchain technology within a 3D engine… ⛓️ Blockchain SimulationNewThis simulation provides a foundational exploration of blockchain technology. It likely… Blockchain Network Dynamics SimulationNewExplore the creation and propagation of blocks within a virtual blockchain network,… Advanced Distributed Ledger SimulationNewThis advanced simulation models the complex dynamics of a distributed ledger network,… Advanced Blockchain Simulator ModelNewDive deep into the mechanics of blockchain by dynamically adjusting parameters such as block… Advanced Technology Blockchain SimulationNewThis simulation dives into the core mechanics of blockchain technology, allowing you to… Blockchain Blockchain Consensus SimulationNewThis simulation explores the mechanics of consensus algorithms used in blockchain… Blockchain Blockchain Development SimulationNewThis simulation demonstrates the development process of a blockchain application, covering… Blockchain Blockchain Governance SimulationNewThis simulation models the governance structures within a decentralized blockchain network.… Blockchain Blockchain Interoperability SimulationNewThis simulation focuses on the challenges of interoperability between different blockchain… Blockchain Blockchain Scalability SimulationNewThis simulation investigates the scalability issues inherent in blockchain technology. Users… Blockchain Blockchain Security SimulationNewThis simulation demonstrates the security vulnerabilities and mitigation strategies… Blockchain Consensus Mechanisms - Comprehensive GuideNewThis simulation demonstrates how blockchain consensus mechanisms, such as Proof-of-Work and… Blockchain Dao SimulationNewThis simulation models a Decentralized Autonomous Organization (DAO) on a blockchain. Users… Blockchain Defi SimulationNewThis simulation explores Decentralized Finance (DeFi) applications built on blockchain… Blockchain FinanceNewThis simulation demonstrates how blockchain technology is transforming traditional financial… Blockchain Nft SimulationNewThis simulation illustrates the creation, trading, and ownership of Non-Fungible Tokens… Distributed Ledger Technology ModelNewWitness the formation of a digital ledger through simulated transactions, manipulating… Blockchain Smart Contracts - Comprehensive GuideNewThis simulation provides an interactive introduction to blockchain smart contracts. Users… Blockchain Smart Contracts SimulationNewThis simulation allows users to experiment with building and deploying blockchain smart… Communication Advanced Blockchain Communication SimulationNewThis simulation explores the application of blockchain technology to secure and… Cryptocurrency Blockchain Simulator — Distributed Ledger, Consensus Mechanisms, and Digital CurrencyNewThis simulation models the core components of a blockchain network, illustrating how… Technology Advanced Blockchain SimulationNewThis simulation allows you to explore the core mechanics of a technologically advanced… Technology Blockchain SimulationNewThis simulation allows you to explore the core principles of blockchain technology,… 3D Encryption Rsa VisualizationNewVisualize the process of RSA encryption through this 3D simulation. Observe how keys are… Advanced Cryptography - Comprehensive GuideNewThis simulation provides an in-depth exploration of cryptographic algorithms and techniques,… Cryptography SimulatorNewThis simulation allows you to explore core cryptographic techniques like encryption and… Blockchain Network SimulationNewThis simulation explores the fundamental principles behind blockchain technology, including… Cryptography Basics — Symmetric, Asymmetric, and HashesNewThis simulation introduces the fundamental concepts of cryptography by differentiating… Cryptography SimulationNewDelve into the world of cryptography with this interactive simulation. Users will learn… Cybersecurity Cryptography SimulatorNewThis simulation demonstrates the principles of cryptography, focusing on how encryption… Quantum Advanced Quantum Cryptography Advanced SimulationNewThis simulation demonstrates the principles of quantum cryptography, specifically quantum… Blockchain Consensus NetworkNewThis simulation models a blockchain consensus network, demonstrating how distributed ledger… Stack Machine: How Smart Contracts ExecuteNewInteractive 3D lab where bytecode opcodes execute one at a time on a stack-based virtual… AES: The Advanced Encryption StandardNewExplore how AES, the symmetric block cipher trusted by governments and banks worldwide,… The One-Time Pad: The Only Provably Unbreakable CipherNewExplore how the one-time pad achieves mathematically perfect secrecy by combining plaintext… SHA-256: The Hash Function Securing Bitcoin and the WebNewExplore SHA-256, the cryptographic hash function behind Bitcoin mining, password storage,… The TLS Handshake: How Your Browser Sets Up a Secure ConnectionNewSee exactly what happens in the milliseconds before an https page loads: ClientHello,… Shamir's Secret Sharing: Splitting a Secret So No Single Person Can Reconstruct It AloneNewExplore Adi Shamir's 1979 secret-sharing scheme, where a polynomial curve splits a secret… Homomorphic Encryption: Computing on Data Without Ever Seeing ItNewExplore how homomorphic encryption lets computers process encrypted data without ever… Post-Quantum Cryptography: Preparing Encryption for the Quantum Computing ThreatNewExplore why RSA and elliptic-curve encryption will fall to quantum computers, what… Ring Signatures: Proving You're One of a Group Without Saying WhoNewExplore how ring signatures let someone prove a message was signed by a member of a chosen… Blind Signatures: Getting Something Signed Without Letting the Signer See ItNewExplore how RSA blind signatures let an authority cryptographically sign a message without… Secure Multiparty Computation: Computing a Shared Answer Without Sharing Your SecretsNewExplore secure multiparty computation (MPC), the cryptographic technique that lets several… Elliptic Curve Diffie-Hellman: Small Keys, Strong SecretsNewExplore ECDH key exchange, where two parties multiply elliptic curve points by private… Garbled Circuits: Yao's Secure Two-Party ComputationNewExplore how Yao's garbled circuit protocol lets two parties jointly compute a function over… Path ORAM: Hiding Memory Access PatternsNewSee how Path ORAM arranges encrypted data blocks in a binary tree and reshuffles them on… Merkle Tree — Hash Trees & ProofsNewBuild a Merkle tree by hashing data blocks pairwise up to a single root. Change a leaf and… Hash Functions — Avalanche & CollisionsNewExplore what makes a cryptographic hash strong: flip one input bit and watch ~half the… Blockchain ConsensusNewProof-of-Work mining and longest-chain consensus: miners race to beat the difficulty target,… Caesar & Vigenère CiphersEncrypt and decrypt messages with classical substitution ciphers. Frequency analysis attack… RSA Key ExchangeStep through RSA: choose two primes, compute n and φ(n), find e and d. Watch a message… Diffie-Hellman Key ExchangeTwo parties establish a shared secret over an insecure channel. The colour-mixing analogy… Elliptic Curve CryptographyVisualise point addition on an elliptic curve over a real field. See how scalar…
Informazioni sulla categoria

Crittografia

Cifrari classici, RSA, Diffie-Hellman e crittografia a curve ellittiche: come funziona davvero la crittografia moderna.

Three.js · WebGL 60 FPS CC BY 4.0
In breve
66simulazioni interattive in questa categoria
funziona a 60 FPS in qualsiasi browser moderno
🌐inglese, ucraino, polacco, spagnolo, tedesco, giapponese, italiano, portoghese (Brasile), francese, arabo, olandese, cinese, coreano, hindi, turco, vietnamita, russo, indonesiano, persiano, bengalese, thailandese, filippino, swahili, urdu, malese, tamil, ebraico, greco, punjabi, amarico, birmano, khmer, georgiano, nepalese, mongolo, armeno, singalese, lao, ceco, rumeno, ungherese, bulgaro, svedese, danese, finlandese, norvegese, slovacco, croato, serbo, sloveno, lituano, lettone, estone, islandese, albanese, macedone, bosniaco e maltese
🎓CC BY 4.0 — gratuito per scuole ed embed LMS

Domande frequenti

Devo installare qualcosa per eseguire le simulazioni di "Crittografia"?

No. Tutto funziona direttamente nel browser, senza download, plugin o account. Compatibile con Chrome, Firefox, Edge e Safari; la maggior parte delle simulazioni gira anche su smartphone.

Posso usare queste simulazioni per insegnare?

Sì — tutti i contenuti sono gratuiti per scopi didattici con licenza CC BY 4.0. Collega direttamente ogni simulazione o incorporala nel tuo LMS tramite iframe; non serve alcuna chiave API.

I modelli sono scientificamente corretti?

Usano le stesse formulazioni matematiche del software professionale e vengono integrati numericamente in tempo reale. Ogni simulazione elenca i propri algoritmi, e molte rimandano a un articolo che ne spiega la matematica.

Categorie correlate

Cosa hai trovato?

Aggiungi passaggi per riprodurre il problema (facoltativo)