Skip to content

Instantly share code, notes, and snippets.

View fhessel's full-sized avatar

Frank Hessel fhessel

View GitHub Profile
@fhessel
fhessel / microvideoextract.sh
Created October 23, 2019 22:23
Shell script to extract images and videos from the Micro Videos (or Motion Pictures) created by Google Pixel phones
#!/bin/bash
# Tool to separate the "Micro Videos" created by Google Pixel Phones
# into basic (and smaller) jpg images or the video as mp4
#
# The extracted frame will be the currently selected frame, the video
# contains all frames.
#
# It requires Phil Harvey's exiftool to be avialable on the path,
# you can get it here:
# https://owl.phy.queensu.ca/~phil/exiftool/
@fhessel
fhessel / ciphers.txt
Created December 24, 2018 11:43
esp32_https_server: Test ciphers available on the ESP32
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-ECDSA-AES256-GCM-SHA384
DHE-RSA-AES128-GCM-SHA256
DHE-DSS-AES128-GCM-SHA256
DHE-DSS-AES256-GCM-SHA384
DHE-RSA-AES256-GCM-SHA384
ECDHE-RSA-AES128-SHA256
ECDHE-ECDSA-AES128-SHA256