Pinned Loading
-
pyelliptic
pyelliptic Public archivePython OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish, ...
-
Hardening USB Armory
Hardening USB Armory 1# Hardening the USB Armory
23As a good crypto nerd, I usually use an entirely encrypted linux FS: `/` but also
4`/boot` using grub LUKS support. It's a good setup but it's not perfect, the BIOS and
5the bootloader are not protected.
-
Incremental backup using btrfs snapshot
Incremental backup using btrfs snapshot 1#!/usr/bin/env bash
23DEVICE=UUID="2b387045-9c35-4da0-8ed2-79014eb85040"
4BACKUP_DEVICE="dde"
5BACKUP_MOUNT="/mnt"
-
Parse YAML to decrypt ansible-vault ...
Parse YAML to decrypt ansible-vault encrypted string or encrypt standard string using ansible-vault 1import subprocess
2import sys
34import yaml
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.