Lightweight, modular Python package for secure text encryption using rotation, shear, and reflection transformations — ideal for educational, experimental, and internal secure storage use cases.
Cybersecurity researchers have discovered two new malicious packages in the Python Package Index (PyPI) repository that are designed to deliver a remote access trojan called SilentSync on Windows ...
Abstract: As the era of the Internet of Things (IoT) becomes more active, a large amount of information, including personal data, is being transmitted through IoT devices. To protect this information, ...
A China-aligned threat actor known as TA415 has been attributed to spear-phishing campaigns targeting the U.S. government, think tanks, and academic organizations utilizing U.S.-China economic-themed ...
Abstract: Polynomial multiplication over finite fields is one of the most significant operations in code-based cryptography, including hamming quasi-cyclic (HQC), which has been selected as a ...
Simple blockchain implementation using python and flask. It implements basic concepts of blockchain, like proof of work, mining, consensus, generating and validating the signature on transaction etc.