Today's root password for Synology devices is

This password is calculated on-the-fly, using a naive encoding based simply on the date. Here I've ported code from the Synology source repo to Javascript.

Gui Ambros originally shared a C implementation of this "algorithm" on His blog.

Here's the code that is running in your browser to generate the password:


code here