Nick Sayer

Results 25 comments of Nick Sayer

I searched but couldn’t find the Rat schematic. Can you share a link?

CCM: https://en.wikipedia.org/wiki/CCM_mode What CCM gives you is the ability to detect tampering with the ciphertext. It strongly authenticates the files in addition to encrypting them. CBC won't detect tampering. It...

A new and improved version. First, here's the fake FFmpeg script: ``` #! /bin/sh export TUNE=/usr/share/libcamera/ipa/rpi/pisp/imx219_noir.json killall libcamera-vid option=$1; shift if [ $option = video ]; then libcamera-vid -n --tuning-file...

As a workaround, you can edit the pin to gpio number table (both the v1 and v2) to change the GPIO numbers. In most cases, the correct thing to do...