top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Applied Quantum Computing and Cryptography : Challenges, Opportunities, and Performance Analysis for Algorithms / / by Marius Iulian Mihailescu, Stefania Loredana Nita, Valentina Marascu, Valentin Barna
Applied Quantum Computing and Cryptography : Challenges, Opportunities, and Performance Analysis for Algorithms / / by Marius Iulian Mihailescu, Stefania Loredana Nita, Valentina Marascu, Valentin Barna
Autore Mihailescu Marius Iulian
Edizione [1st ed. 2025.]
Pubbl/distr/stampa Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2025
Descrizione fisica 1 online resource (169 pages)
Disciplina 006.3843
530.12
Altri autori (Persone) NitaStefania Loredana
MarascuValentina
BarnaValentin
Collana Studies in Big Data
Soggetto topico Quantum computers
Quantum communication
Algorithms
Data protection
Quantum Computing
Quantum Communications and Cryptography
Data and Information Security
Ordinadors quàntics
Algorismes
Protecció de dades
Criptografia
Soggetto genere / forma Llibres electrònics
ISBN 9783031771453
3031771451
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction -- Classical and Modern Cryptography -- Quantum Algorithms -- Quantum Cryptography -- Quantum Computing Applications -- Future Directions and Open Challenges -- Conclusion.
Record Nr. UNINA-9910986144603321
Mihailescu Marius Iulian  
Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2025
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Cryptography and cryptanalysis in MATLAB : creating and programming advanced algorithms / / Marius Iulian Mihailescu, Stefania Loredana Nita
Cryptography and cryptanalysis in MATLAB : creating and programming advanced algorithms / / Marius Iulian Mihailescu, Stefania Loredana Nita
Autore Mihailescu Marius Iulian
Pubbl/distr/stampa New York, NY : , : Apress, , [2021]
Descrizione fisica 1 online resource (201 pages)
Disciplina 005.8
Soggetto topico Cryptography - Standards
Cryptography
ISBN 1-4842-7334-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Chapter 1: Getting Started in Cryptography and Cryptanalysis -- Cryptography and Cryptanalysis -- Book Structure -- Conclusion -- References -- Chapter 2: MATLAB Cryptography Functions -- Conclusion -- References -- Chapter 3: Conversions Used in MATLAB for Cryptography -- Conclusion -- References -- Chapter 4: Basic Arithmetic Foundations -- Euclid's Division Lemma -- Greatest Common Divisor (gcd) -- Euclid's Algorithm -- The Extended Euclidean Algorithm -- Practical Implementations -- The Extended Euclidean Algorithm -- Prime Factors in MATLAB -- Computing the Modular Inverse -- Conclusion -- References -- Chapter 5: Number Theory -- Primality and Factorization -- Prime Numbers -- The Prime Number Theorem -- Congruency -- Inverse -- Chinese Remainder Theorem -- Primality Tests -- The Wilson Primality Test -- The Little Fermat Primality Test -- The Miller-Rabin Primality Test -- Algebraic Structures -- Conclusion -- References -- Chapter 6: Classic Cryptography -- Symmetric Cryptography -- Classic Ciphers -- The Caesar Cipher -- Example -- Mathematical Background -- Cryptanalysis -- Implementing the Caesar Cipher -- The Vigenère Cipher -- Example -- Mathematical Background -- Implementing the Vigenère Cipher -- The Hill Cipher -- Example -- Cryptanalysis -- Implementing the Hill Cipher -- Conclusion -- References -- Chapter 7: Pseudo-Random Number Generators -- Simple PRNGs -- Linear Congruential Generators -- Ranrot Generators -- Blum-Blum-Shub Generator -- Linear Circuit PRNGs -- Other PRNGs -- Practical Implementations -- Conclusion -- References -- Chapter 8: Hash Functions -- Security of Hash Functions -- Cryptographic Hash Functions -- Birthday Attack -- MD4 Function -- MD4 Function Description -- Cryptanalysis of MD4 -- MD5 Function -- SHA1 Function.
Implementing Hash Functions -- Implementing SHA-1/256/368/512, MD2, and MD5 -- Conclusion -- References -- Chapter 9: Block Ciphers: DES and AES -- Preliminaries -- Networks Based on Substitution and Permutation -- Attacks Based on Linear Cryptanalysis -- Attacks Based on Differential Cryptanalysis -- The Data Encryption Standard (DES) -- DES Description -- Implementation of DES -- The Advanced Encryption System (AES) -- SubBytes Operations -- The ShiftRows Operation -- The MixColumn Operation -- The AddRoundKey Operation -- Key Expansion -- InvSubBytes Operation -- InvShiftRows Operation -- InvMixColumns Operation -- Conclusion -- References -- Chapter 10: Asymmetric Encryption Schemes -- RSA -- ElGamal -- Merkle-Hellman -- Knapsack Approach -- The Algorithms -- Conclusion -- References -- Chapter 11: Formal Techniques for Cryptography -- Probability Theory -- Random Variables -- Birthday Problem -- Entropy -- Randomness in Cryptography -- Conclusion -- References -- Chapter 12: Visual Cryptography -- Conclusion -- References -- Chapter 13: Chaos-Based Cryptography -- Chaos Maps and Functions -- Logistic Map -- Chaos Theory in Cryptography -- Sensitivity to Initial Conditions -- Conclusion -- References -- Chapter 14: Steganography -- Algorithms and Methods for Different Steganography Types -- Steganography for Image Files -- Steganography for Audio Files -- Steganography for Video Files -- Practical Implementation -- Implementing the Least Significant Bit (LSB) Method -- Implementing the Histogram Analysis Method -- Conclusion -- References -- Index.
Record Nr. UNINA-9910503003203321
Mihailescu Marius Iulian  
New York, NY : , : Apress, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Pro Cryptography and Cryptanalysis with C++23 : Creating and Programming Advanced Algorithms / / by Marius Iulian Mihailescu, Stefania Loredana Nita
Pro Cryptography and Cryptanalysis with C++23 : Creating and Programming Advanced Algorithms / / by Marius Iulian Mihailescu, Stefania Loredana Nita
Autore Mihailescu Marius Iulian
Edizione [2nd ed. 2023.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Descrizione fisica 1 online resource (499 pages)
Disciplina 005.824
Soggetto topico C++ (Computer program language)
Cryptography
Data encryption (Computer science)
Programming languages (Electronic computers)
Data protection
C++
Cryptology
Programming Language
Data and Information Security
ISBN 9781484294505
1484294505
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Part I: Foundations -- 1: Introduction -- 2: Cryptography Fundamentals -- 3: Mathematical Background and Its Applicability -- 4: Large Integer Arithmetic -- 5: Floating Point Arithmetic -- 6: New Features in C++23 -- 7: Secure Coding Guidelines -- 8: Cryptography Libraries in C/C++23 -- Part II: Pro Cryptography -- 9: Elliptic Curve Cryptography -- 10: Lattice-based Cryptography -- 11: Searchable Encryption -- 12: Homomorphic Encryption -- 13: (Ring) Learning with Errors Cryptography -- 14: Chaos-based Cryptography -- 15: Big Data Cryptography16:Cloud Computing Cryptography -- Part III: Pro Cryptanalysis -- 17: Getting Started with Cryptanalysis -- 18: Cryptanalysis Attacks and Techniques -- 19: Linear and Differential Cryptanalysis -- 20: Integral Cryptanalysis -- 21: Brute Force and Buffer Overflow Attacks -- 22: Text Characterization -- 23: Implementation and Practical Approach of Cryptanalysis Methods.
Record Nr. UNINA-9910734874003321
Mihailescu Marius Iulian  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui