Matlab R2025a Features a New User Interface

I have been using MATLAB for a long time and was quite happy until switching to the first Apple Silicon M1. Matlab’s full adoption took way longer than I expected. Finally, the R2025a version starts fast, runs fast on Apple Sicions (I only tested M4 Max), and is less laggy.

I think the transition from Java is completed since no Java version is detected on the version.

bench(3) returns incredible results (below). I hope Matlab will support it natively on other platforms that use Arm CPUs.

Simple RSA Encryption with Mathematica

RSA is a widely used public-key algorithm that relies on a pair of keys — a public key (e) for encryption and a private key (d) for decryption. More information can be found on Wikipedia and Understanding Cryptography Textbook. For testing purposes and to explore how Mathematica handles RSA encryption, I would like to write a small script that encrypts and decrypts data using RSA with small numbers. You can download Mathamatica notebook and also sample output.