DSP Video Tutorial Episode 12: TI Open Source Sharing IQmath DSP Source Code, Suitable for All Cortex-M Cores, This Tutorial Provides a Step-by-Step Porting Guide

DSP Video Tutorial Episode 12: TI Open Source Sharing IQmath DSP Source Code, Suitable for All Cortex-M Cores, This Tutorial Provides a Step-by-Step Porting Guide

This year, TI has open-sourced the IQmath library in the SDK software package for the MSPM0 series products. Previously, there was a port of IQmath, but it only included the library version. This time, it has been open-sourced, which is indeed a rare and valuable resource. This is a fixed-point library, very suitable for M0, … Read more

April 15th National Security Education Day

April 15th National Security Education Day

2024 marks the 75th anniversary of the founding of the People’s Republic of China, a crucial year for achieving the goals of the 14th Five-Year Plan, and also the 10th anniversary of General Secretary Xi Jinping’s overall national security concept. April 15th is the ninth National Security Education Day, and this year’s theme for the … Read more

The Basic Framework for Designing Dynamic Encryption Algorithms with Malbolge

The Basic Framework for Designing Dynamic Encryption Algorithms with Malbolge

Malbolge: A programming language from “hell” that can actually be used for encryption? What is Malbolge? Do you really want to know? If programming languages have a “ceiling of complexity”, then Malbolge is definitely the champion. This language has never had a truly functional program written by its creator, Ben Olmstead! Yes, you heard it … Read more

[MalDev-17] Custom Encryption Algorithms and Elliptic Curves

[MalDev-17] Custom Encryption Algorithms and Elliptic Curves

03 – Custom Encryption Algorithms Common hash algorithms such as Caesar, Base64, and MurmurHash have come under scrutiny from security researchers, often being used as features to identify malware. Therefore, it is advisable to use custom or less common algorithms. base58 encryption cmd.exe #include <winsock2.h> #include <string.h> #include <stdio.h> #include <stdlib.h> const char * const … Read more

When Microsoft’s Quantum Chip Begins to ‘Conquer’ Encryption Algorithms, What Protects Your Customer Data?

When Microsoft's Quantum Chip Begins to 'Conquer' Encryption Algorithms, What Protects Your Customer Data?

Microsoft’s latest Majorana 1 quantum chip is the world’s first quantum processor based on a topological architecture, with its core technology revolving around Majorana fermions (a theoretically predicted subatomic particle with both particle and antiparticle characteristics).This chip successfully constructs a new state of matter called a “topological conductor” by combining semiconductor indium arsenide with superconducting … Read more

Protecting Sensitive Information in Go: A Performance Comparison of Go Encryption Algorithms with Hardware Acceleration

Protecting Sensitive Information in Go: A Performance Comparison of Go Encryption Algorithms with Hardware Acceleration

Click the “blue text” above to follow us “Hey, Lao Wang, did you resolve that data leak issue at your company?” As soon as I sat down, an old classmate hit me with that question. Before I even took a sip of my coffee, I recalled that nightmare weekend—50,000 user passwords stored in plaintext, all … Read more

40th Anniversary of DSP: How the 25-Year-Old C2000™ Continues to Evolve Classics (Past & Present)

40th Anniversary of DSP: How the 25-Year-Old C2000™ Continues to Evolve Classics (Past & Present)

Click the blue text above Follow us! This year marks the 40th anniversary of the Digital Signal Processor (DSP). If we were to identify a representative work of TI’s MCU, it would undoubtedly be the C2000™. As one of TI’s and the industry’s longest-standing MCU product lines, it has a history of 25 years, with … Read more

Latest Slider Encryption Parameters of Verification 4th Generation with Pure Algorithm Restoration

Latest Slider Encryption Parameters of Verification 4th Generation with Pure Algorithm Restoration

Special Statement All content in this article is for learning and communication purposes only and cannot be used for any commercial or illegal purposes. Otherwise, the consequences are at your own risk. If there is any infringement, please contact the author for immediate deletion! Due to my limited ability, if there are any inaccuracies in … Read more

python-jose: A Powerful Encryption Library Essential for Data Security!

python-jose: A Powerful Encryption Library Essential for Data Security!

Click above to follow us In practical development, data security has always been a crucial topic. Especially when handling sensitive information such as user passwords and tokens, a reliable encryption solution is essential. python-jose is a particularly useful encryption library that simplifies various complex encryption algorithms. Today, I will guide you through using this tool. … Read more

PyCrypto: A Comprehensive Python Library for Cryptographic Algorithms!

PyCrypto: A Comprehensive Python Library for Cryptographic Algorithms!

PyCrypto: A Comprehensive Python Library for Cryptographic Algorithms! Hello everyone! I am J, a seasoned programmer with 10 years of experience in various major companies. Recently, many friends have privately messaged me asking how to implement commonly used cryptographic algorithms in interface testing using Python. Today, I will take you on a journey to explore … Read more