OakBuild
Give authenticity and integrity to your scripts
#Productivity
#Open Source
#Developer Tools
#GitHub
OakBuild – Converts and signs scripts into verifiable binaries
Summary: OakBuild converts shell and Python scripts into signed binaries that embed the original script and a cryptographic signature. This allows recipients to verify the script’s authenticity, integrity, and version using the embedded public key.
What it does
It transforms scripts into binaries and cryptographically signs them with a private key, enabling verification of the script’s origin and integrity by recipients.
Who it's for
Developers and users who need to ensure the authenticity and integrity of shared shell or Python scripts.
Why it matters
It addresses the problem of script tampering and loss of trust by enabling secure verification of script origin and version.