Development of RSAIES Encryption Method Inspired by ECIES Encryption Algorithm

Development of RSAIES Encryption Method Inspired by ECIES Encryption Algorithm

ECDSA (Elliptic Curve Digital Signature Algorithm) is more secure with shorter keys compared to RSA, and it also has faster verification speeds, making it widely applicable. Since the ECDSA algorithm can only perform signing and cannot handle encryption and decryption, the ECIES (Elliptic Curve Integrated Encryption Scheme) was developed. The ECIES uses the ECDH algorithm … Read more

Asymmetric Encryption Algorithms in Blockchain (RSA, ECDSA, ElGamal, Diffie-Hellman, etc.)

Asymmetric Encryption Algorithms in Blockchain (RSA, ECDSA, ElGamal, Diffie-Hellman, etc.)

1. Definition of Asymmetric Encryption Algorithms An asymmetric encryption algorithm is a type of encryption technology that uses a pair of keys for encryption and decryption. Unlike symmetric encryption, asymmetric encryption uses two keys: a public key for encrypting data and a private key for decrypting it. Only the recipient who possesses the private key … Read more

Understanding Elliptic Curve Cryptography Assignments

Understanding Elliptic Curve Cryptography Assignments

Created: 2023-12-08 14:17 https://scz.617.cn/misc/202312081417.txt A few days ago, I recommended Andrea Corbellini’s series on elliptic curve cryptography, which consists of four articles that are very exciting and easy to understand. https://andrea.corbellini.name/2015/05/17/elliptic-curve-cryptography-a-gentle-introduction/ https://andrea.corbellini.name/2015/05/23/elliptic-curve-cryptography-finite-fields-and-discrete-logarithms/ https://andrea.corbellini.name/2015/05/30/elliptic-curve-cryptography-ecdh-and-ecdsa/ https://andrea.corbellini.name/2015/06/08/elliptic-curve-cryptography-breaking-security-and-a-comparison-with-rsa/ Many people have shared and saved these articles, but from my twenty years of experience, the vast majority are just “sharing … Read more

Analysis of Side-Channel Attack Testing on Talosec Hardware Wallet Part 1

Analysis of Side-Channel Attack Testing on Talosec Hardware Wallet Part 1

This article is a featured article from the Kanxue Forum. Author ID on Kanxue Forum: LunaYoung Talosec Core Team: Wang An, Yang Xiaoya We conducted a security assessment of an open-source hardware wallet using side-channel analysis. This wallet’s chip is based on the ARM-Cortex-M4 core, which uses the Elliptic Curve Digital Signature Algorithm (ECDSA) for … Read more