-
CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
Example recipe to do it for you:
https://gchq.github.io/CyberChef/#recipe=To_Upper_case('All'...')
It looks like 'cryptii' also appears to do all processing client-side.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
A quick search turns up a TOTP widget for Garmin watches https://github.com/ch1bo/garmin-otp-authenticator
-
Not at all. The reason the easter egg does not appear is this is not a Module 593 emulator. It is simply running the compiled sensor watch firmware. Such a thing would have to be implemented in software in order. Amusingly, someone has sent a pull request for it! Unfortunately it was rejected due to trademark concerns.
https://github.com/joeycastillo/Sensor-Watch/pull/102
The sensor watch board is not being fully emulated either. The code is compiled to WASM and run directly. Some functionality is missing such low power states: the emulator freezes if the firmware tries to put the watch to sleep.
It would be nice if the sensor watch board could be ported to qemu... I tried to do it only to discover I was a little out of my depth.